Home
last modified time | relevance | path

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

/third_party/boost/boost/spirit/home/classic/tree/
Dcommon.hpp818 struct no_tree_gen_node_parser struct
821 typedef no_tree_gen_node_parser<T> self_t;
822 typedef no_tree_gen_node_parser_gen parser_generator_t;
823 typedef unary_parser_category parser_category_t;
825 no_tree_gen_node_parser(T const& a) in no_tree_gen_node_parser() function
830 parse(ScannerT const& scanner) const in parse()