Home
last modified time | relevance | path

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

/third_party/boost/boost/spirit/home/classic/dynamic/
Dwhile.hpp28 struct while_parser struct
36 typedef while_parser<ParsableT, CondT, is_do_parser> self_t;
38 typedef as_parser<ParsableT> as_parser_t;
39 typedef typename as_parser_t::type parser_t;
40 typedef as_parser<CondT> cond_as_parser_t;
41 typedef typename cond_as_parser_t::type condition_t;
43 typedef unary<parser_t, parser<self_t> > base_t;
44 typedef condition_evaluator<condition_t> eval_t;
49 while_parser(ParsableT const &body, CondT const &cond) in while_parser() function
57 struct result
[all …]