Searched defs:functor_parser (Results 1 – 1 of 1) sorted by relevance
31 struct functor_parser : public parser<functor_parser<FunctorT> > struct33 FunctorT functor;35 functor_parser(): functor() {} in functor_parser() function36 functor_parser(FunctorT const& functor_): functor(functor_) {} in functor_parser() function38 typedef typename FunctorT::result_t functor_result_t;39 typedef functor_parser<FunctorT> self_t;42 struct result50 parse(ScannerT const& scan) const in parse()