Home
last modified time | relevance | path

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

/third_party/boost/boost/spirit/home/classic/dynamic/
Dswitch.hpp90 struct switch_parser struct
93 typedef switch_parser<CaseT, CondT> self_t;
94 typedef unary_parser_category parser_category_t;
95 typedef unary<CaseT, parser<self_t> > base_t;
97 switch_parser(CaseT const &case_) in switch_parser() function
101 switch_parser(CaseT const &case_, CondT const &cond_) in switch_parser() function
106 struct result
113 parse(ScannerT const& scan) const in parse()
119 CondT cond;