libmoost
moost::thread::token_mutex< T >::scoped_full_lock Class Reference

locks everybody but first wait that beding are done More...

#include <token_mutex.hpp>

List of all members.

Public Member Functions

 scoped_full_lock (token_mutex< T > &token_mutex)
 ~scoped_full_lock ()

Private Attributes

token_mutex< T > & m_token_mutex

Detailed Description

template<typename T>
class moost::thread::token_mutex< T >::scoped_full_lock

locks everybody but first wait that beding are done

Definition at line 107 of file token_mutex.hpp.


Constructor & Destructor Documentation

template<typename T>
moost::thread::token_mutex< T >::scoped_full_lock::scoped_full_lock ( token_mutex< T > &  token_mutex) [inline]

Definition at line 112 of file token_mutex.hpp.

template<typename T>
moost::thread::token_mutex< T >::scoped_full_lock::~scoped_full_lock ( ) [inline]

Definition at line 117 of file token_mutex.hpp.


Member Data Documentation

Definition at line 110 of file token_mutex.hpp.


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