#include <lockable_adapter.hpp>
Public Types | |
typedef Lockable | mutex_type |
Public Member Functions | |
bool | try_lock () const |
BOOST_THREAD_NO_COPYABLE (basic_lockable_adapter) basic_lockable_adapter() | |
void | lock () const |
void | unlock () const |
Protected Member Functions | |
mutex_type & | lockable () const |
Protected Attributes | |
mutex_type | lockable_ |
typedef Lockable boost::lockable_adapter< Lockable >::mutex_type |
|
inlineinherited |
|
inlineinherited |
|
inlineprotectedinherited |
Referenced by boost::lockable_adapter< Mutex >::try_lock().
|
inline |
|
inlineinherited |
|
mutableprotectedinherited |