Home
last modified time | relevance | path

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

/third_party/boost/boost/spirit/home/classic/core/non_terminal/
Dsubrule.hpp177 struct subrule_parser struct
180 typedef subrule_parser<ID, DefT, ContextT> self_t;
181 typedef subrule<ID, ContextT> subrule_t;
182 typedef DefT def_t;
187 struct result
194 subrule_parser(subrule_t const& start_, DefT const& rhs_) in subrule_parser() function
199 parse(ScannerT const& scan) const in parse()
216 operator,(subrule_parser<ID2, DefT2, ContextT2> const& rhs) const in operator ,()
229 typename DefT::embed_t rhs;
230 subrule_t const& start;