std::lock_guard< _Mutex > Class Template Reference

#include <mutex.h>

List of all members.

Public Types

typedef _Mutex mutex_type

Public Member Functions

 lock_guard (mutex_type &__m)
 ~lock_guard ()

Private Member Functions

 lock_guard (const lock_guard &)
lock_guardoperator= (const lock_guard &)

Private Attributes

mutex_type_M_device

template<typename _Mutex>
class std::lock_guard< _Mutex >


Member Typedef Documentation

template<typename _Mutex >
typedef _Mutex std::lock_guard< _Mutex >::mutex_type

Constructor & Destructor Documentation

template<typename _Mutex >
std::lock_guard< _Mutex >::lock_guard ( mutex_type __m  )  [inline, explicit]
template<typename _Mutex >
std::lock_guard< _Mutex >::~lock_guard (  )  [inline]
template<typename _Mutex >
std::lock_guard< _Mutex >::lock_guard ( const lock_guard< _Mutex > &   )  [private]

Member Function Documentation

template<typename _Mutex >
lock_guard& std::lock_guard< _Mutex >::operator= ( const lock_guard< _Mutex > &   )  [private]

Member Data Documentation

template<typename _Mutex >
mutex_type& std::lock_guard< _Mutex >::_M_device [private]

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

Generated on 2 Nov 2013 for Galois by  doxygen 1.6.1