Searched refs:fixed_loop (Results 1 – 2 of 2) sorted by relevance
44 class fixed_loop class45 : public unary<ParserT, parser <fixed_loop <ParserT, ExactT> > >49 typedef fixed_loop<ParserT, ExactT> self_t;52 fixed_loop (ParserT const & subject_, ExactT const & exact) in fixed_loop() function in boost::spirit::fixed_loop257 fixed_loop <ParserT, ExactT>260 return fixed_loop <ParserT, ExactT> (subject_.derived (), m_exact); in operator []()
33 template<class ParserT, typename ExactT> class fixed_loop;78 BOOST_TYPEOF_REGISTER_TEMPLATE(BOOST_SPIRIT_CLASSIC_NS::fixed_loop,2)