Searched defs:sequential_or (Results 1 – 2 of 2) sorted by relevance
44 struct sequential_or : public binary<A, B, parser<sequential_or<A, B> > > struct46 typedef sequential_or<A, B> self_t;47 typedef binary_parser_category parser_category_t;48 typedef sequential_or_parser_gen parser_generator_t;49 typedef binary<A, B, parser<self_t> > base_t;51 sequential_or(A const& a, B const& b) in sequential_or() function56 parse(ScannerT const& scan) const in parse()
42 struct sequential_or : nary_parser<sequential_or<Elements> > struct45 struct attribute63 sequential_or(Elements const& elements_) in sequential_or() function68 bool parse(Iterator& first, Iterator const& last in parse()87 info what(Context& context) const in what()95 Elements elements;