Searched refs:scoped_lock_parser (Results 1 – 2 of 2) sorted by relevance
32 struct scoped_lock_parser struct33 : public unary< ParserT, parser< scoped_lock_parser<MutexT, ParserT> > >35 typedef scoped_lock_parser<MutexT, ParserT> self_t; argument45 scoped_lock_parser(mutex_t &m, parser_t const &p) in scoped_lock_parser() function46 : unary< ParserT, parser< scoped_lock_parser<MutexT, ParserT> > >(p) in scoped_lock_parser()78 scoped_lock_parser88 return scoped_lock_parser<mutex_t, parser_t> in operator []()
44 template<class MutexT, class ParserT> struct scoped_lock_parser;127 BOOST_TYPEOF_REGISTER_TEMPLATE(BOOST_SPIRIT_CLASSIC_NS::scoped_lock_parser,2)