Searched defs:no_actions_parser (Results 1 – 1 of 1) sorted by relevance
101 struct no_actions_parser: struct104 typedef no_actions_parser<ParserT> self_t;105 typedef unary_parser_category parser_category_t;106 typedef no_actions_parser_gen parser_generator_t;107 typedef unary<ParserT, parser<self_t> > base_t;110 struct result115 no_actions_parser(ParserT const& p) in no_actions_parser() argument121 parse(ScannerT const& scan) const in parse()