Searched refs:list_parser (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/boost/spirit/home/classic/utility/ |
D | lists.hpp | 101 struct list_parser : struct 102 public parser<list_parser<ItemT, DelimT, EndT, CategoryT> > { 104 typedef list_parser<ItemT, DelimT, EndT, CategoryT> self_t; argument 107 list_parser(ItemT const &item_, DelimT const &delim_, in list_parser() argument 168 public list_parser<kleene_star<anychar_parser>, chlit<CharT> > 175 : list_parser<kleene_star<anychar_parser>, chlit<CharT> > in list_parser_gen() 190 list_parser< 202 list_parser<item_t, delim_t, no_list_endtoken, unary_parser_category> in operator ()() 209 list_parser< 219 typedef list_parser<item_t, delim_t, no_list_endtoken, in operator ()() [all …]
|
D | typeof.hpp | 106 BOOST_TYPEOF_REGISTER_TEMPLATE(BOOST_SPIRIT_CLASSIC_NS::list_parser,4) 107 BOOST_TYPEOF_REGISTER_TEMPLATE(BOOST_SPIRIT_CLASSIC_NS::list_parser,3) 108 BOOST_TYPEOF_REGISTER_TEMPLATE(BOOST_SPIRIT_CLASSIC_NS::list_parser,2)
|
D | lists_fwd.hpp | 24 struct list_parser;
|
/third_party/boost/libs/spirit/classic/example/fundamental/ |
D | bind.cpp | 33 class list_parser class 37 typedef list_parser self_t; 104 list_parser lp; in main()
|
/third_party/boost/libs/spirit/classic/example/ |
D | Jamfile | 78 exe list_parser 79 : fundamental/list_parser.cpp
|