Searched defs:any_parser (Results 1 – 1 of 1) sorted by relevance
28 struct any_parser : parser<any_parser<Iterator, Attribute, Context>> struct30 typedef Attribute attribute_type;32 static bool const has_attribute =34 static bool const handles_container =42 any_parser(Expr const& expr) in any_parser() argument45 any_parser(any_parser const& other) in any_parser() argument50 any_parser& operator=(any_parser const& other) in operator =()59 bool parse(Iterator_& first, Iterator_ const& last in parse()76 bool parse(Iterator_& first, Iterator_ const& last in parse()88 std::string get_info() const in get_info()[all …]