#include <scoped_lock.hpp>
Public Types | |
typedef MutexT | mutex_t |
Public Member Functions | |
scoped_lock_parser_gen (mutex_t &m) | |
template<typename ParserT > | |
scoped_lock_parser< MutexT, typename as_parser< ParserT > ::type > | operator[] (ParserT const &p) const |
Public Attributes | |
mutex_t & | mutex |
typedef MutexT boost::spirit::scoped_lock_parser_gen< MutexT >::mutex_t |
|
inlineexplicit |
|
inline |
mutex_t& boost::spirit::scoped_lock_parser_gen< MutexT >::mutex |