Searched defs:scoped_parser (Results 1 – 1 of 1) sorted by relevance
177 template <typename Impl> struct scoped_parser struct179 scoped_parser(Impl const& impl) : impl_(impl) {} in scoped_parser() function181 scoped_parser_gen<Impl, phoenix::tuple<> > operator()() const in operator ()()188 scoped_parser_gen<Impl, phoenix::tuple<Arg1> > operator()(Arg1 x1) const in operator ()()195 scoped_parser_gen<Impl, phoenix::tuple<Arg1, Arg2> > operator()( in operator ()()202 Impl impl_;