Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::lock_guard< Mutex > Class Template Reference

#include <lock_guard.hpp>

Public Types

typedef Mutex mutex_type
 

Public Member Functions

 lock_guard (Mutex &m_)
 
 lock_guard (Mutex &m_, adopt_lock_t)
 
 lock_guard (std::initializer_list< thread_detail::lockable_wrapper< Mutex > > l_)
 
 lock_guard (std::initializer_list< thread_detail::lockable_adopt_wrapper< Mutex > > l_)
 
 ~lock_guard ()
 

Member Typedef Documentation

template<typename Mutex>
typedef Mutex boost::lock_guard< Mutex >::mutex_type

Constructor & Destructor Documentation

template<typename Mutex>
boost::lock_guard< Mutex >::lock_guard ( Mutex &  m_)
inlineexplicit
template<typename Mutex>
boost::lock_guard< Mutex >::lock_guard ( Mutex &  m_,
adopt_lock_t   
)
inline
template<typename Mutex>
boost::lock_guard< Mutex >::lock_guard ( std::initializer_list< thread_detail::lockable_wrapper< Mutex > >  l_)
inline
template<typename Mutex>
boost::lock_guard< Mutex >::lock_guard ( std::initializer_list< thread_detail::lockable_adopt_wrapper< Mutex > >  l_)
inline
template<typename Mutex>
boost::lock_guard< Mutex >::~lock_guard ( )
inline

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