Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::spirit::scoped_lock_parser< MutexT, ParserT > Struct Template Reference

#include <typeof.hpp>

Inheritance diagram for boost::spirit::scoped_lock_parser< MutexT, ParserT >:
Collaboration diagram for boost::spirit::scoped_lock_parser< MutexT, ParserT >:

Classes

struct  result
 

Public Types

typedef scoped_lock_parser
< MutexT, ParserT > 
self_t
 
typedef MutexT mutex_t
 
typedef ParserT parser_t
 
typedef parser
< scoped_lock_parser< MutexT,
ParserT > > 
base_t
 
typedef boost::call_traits
< ParserT >::param_type 
param_t
 
typedef boost::call_traits
< ParserT >::const_reference 
return_t
 
typedef ParserT subject_t
 
typedef ParserT::embed_t subject_embed_t
 
typedef scoped_lock_parser
< MutexT, ParserT > 
embed_t
 
typedef scoped_lock_parser
< MutexT, ParserT > 
derived_t
 
typedef plain_parser_category parser_category_t
 

Public Member Functions

 scoped_lock_parser (mutex_t &m, parser_t const &p)
 
template<typename ScannerT >
parser_result< self_t,
ScannerT >::type 
parse (ScannerT const &scan) const
 
return_t subject () const
 
scoped_lock_parser< MutexT,
ParserT > & 
derived ()
 
scoped_lock_parser< MutexT,
ParserT >const & 
derived () const
 
action< scoped_lock_parser
< MutexT, ParserT >, ActionT > 
operator[] (ActionT const &actor) const
 

Public Attributes

mutex_tmutex
 

Member Typedef Documentation

typedef parser< scoped_lock_parser< MutexT, ParserT > > boost::spirit::unary< ParserT , parser< scoped_lock_parser< MutexT, ParserT > > >::base_t
inherited
typedef scoped_lock_parser< MutexT, ParserT > boost::spirit::parser< scoped_lock_parser< MutexT, ParserT > >::derived_t
inherited
typedef scoped_lock_parser< MutexT, ParserT > boost::spirit::parser< scoped_lock_parser< MutexT, ParserT > >::embed_t
inherited
template<typename MutexT, typename ParserT>
typedef MutexT boost::spirit::scoped_lock_parser< MutexT, ParserT >::mutex_t
typedef boost::call_traits<ParserT >::param_type boost::spirit::unary< ParserT , parser< scoped_lock_parser< MutexT, ParserT > > >::param_t
inherited
template<typename MutexT, typename ParserT>
typedef ParserT boost::spirit::scoped_lock_parser< MutexT, ParserT >::parser_t
typedef boost::call_traits<ParserT >::const_reference boost::spirit::unary< ParserT , parser< scoped_lock_parser< MutexT, ParserT > > >::return_t
inherited
template<typename MutexT, typename ParserT>
typedef scoped_lock_parser<MutexT, ParserT> boost::spirit::scoped_lock_parser< MutexT, ParserT >::self_t
typedef ParserT ::embed_t boost::spirit::unary< ParserT , parser< scoped_lock_parser< MutexT, ParserT > > >::subject_embed_t
inherited
typedef ParserT boost::spirit::unary< ParserT , parser< scoped_lock_parser< MutexT, ParserT > > >::subject_t
inherited

Constructor & Destructor Documentation

template<typename MutexT, typename ParserT>
boost::spirit::scoped_lock_parser< MutexT, ParserT >::scoped_lock_parser ( mutex_t m,
parser_t const &  p 
)
inline

Member Function Documentation

scoped_lock_parser< MutexT, ParserT > & boost::spirit::parser< scoped_lock_parser< MutexT, ParserT > >::derived ( )
inlineinherited
scoped_lock_parser< MutexT, ParserT > const& boost::spirit::parser< scoped_lock_parser< MutexT, ParserT > >::derived ( ) const
inlineinherited
action<scoped_lock_parser< MutexT, ParserT > , ActionT> boost::spirit::parser< scoped_lock_parser< MutexT, ParserT > >::operator[] ( ActionT const &  actor) const
inlineinherited
template<typename MutexT, typename ParserT>
template<typename ScannerT >
parser_result<self_t, ScannerT>::type boost::spirit::scoped_lock_parser< MutexT, ParserT >::parse ( ScannerT const &  scan) const
inline
return_t boost::spirit::unary< ParserT , parser< scoped_lock_parser< MutexT, ParserT > > >::subject ( ) const
inlineinherited

Member Data Documentation

template<typename MutexT, typename ParserT>
mutex_t& boost::spirit::scoped_lock_parser< MutexT, ParserT >::mutex

The documentation for this struct was generated from the following file: