Searched defs:switch_parser (Results 1 – 1 of 1) sorted by relevance
90 struct switch_parser struct93 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() function101 switch_parser(CaseT const &case_, CondT const &cond_) in switch_parser() function106 struct result113 parse(ScannerT const& scan) const in parse()119 CondT cond;