Home
last modified time | relevance | path

Searched defs:gen_ast_node_parser (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/spirit/home/classic/tree/
Dast.hpp216 struct gen_ast_node_parser struct
219 typedef gen_ast_node_parser<T> self_t;
220 typedef gen_ast_node_parser_gen parser_generator_t;
221 typedef unary_parser_category parser_category_t;
223 gen_ast_node_parser(T const& a) in gen_ast_node_parser() function
228 parse(ScannerT const& scan) const in parse()