#include <MutexLock.hpp>
List of all members.
Detailed Description
Definition at line 49 of file MutexLock.hpp.
Constructor & Destructor Documentation
| BLOCXX_NAMESPACE::MutexLock::MutexLock |
( |
Mutex & |
mutex, |
|
|
bool |
initially_locked = true |
|
) |
| |
|
inlineexplicit |
| BLOCXX_NAMESPACE::MutexLock::~MutexLock |
( |
| ) |
|
|
inline |
| BLOCXX_NAMESPACE::MutexLock::MutexLock |
( |
const MutexLock & |
arg | ) |
|
|
inline |
Member Function Documentation
| bool BLOCXX_NAMESPACE::MutexLock::isLocked |
( |
| ) |
const |
|
inline |
| void BLOCXX_NAMESPACE::MutexLock::lock |
( |
| ) |
|
|
inline |
| void BLOCXX_NAMESPACE::MutexLock::release |
( |
| ) |
|
|
inline |
Friends And Related Function Documentation
Member Data Documentation
| bool BLOCXX_NAMESPACE::MutexLock::m_locked |
|
mutableprivate |
| Mutex* BLOCXX_NAMESPACE::MutexLock::m_mutex |
|
private |
The documentation for this class was generated from the following file: