Home
last modified time | relevance | path

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

/third_party/boost/boost/spirit/home/qi/directive/
Drepeat.hpp135 struct repeat_parser : unary_parser<repeat_parser<Subject, LoopIter> > struct
137 typedef Subject subject_type;
140 struct attribute
153 repeat_parser(Subject const& subject_, LoopIter const& iter_) in repeat_parser() function
157 bool parse_container(F f) const in parse_container()
181 bool parse(Iterator& first, Iterator const& last in parse()
201 info what(Context& context) const in what()
206 Subject subject;
207 LoopIter iter;