Home
last modified time | relevance | path

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

/third_party/boost/tools/quickbook/src/
Dparsers.hpp177 template <typename Impl> struct scoped_parser struct
179 scoped_parser(Impl const& impl) : impl_(impl) {} in scoped_parser() function
181 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_;