#include <NullMutex.h>
Public Member Functions | |
NullMutexGuard (NullMutex &) | |
~NullMutexGuard () | |
void | lock () |
void | unlock () |
bool | locked () const |
operator const void * () const |
Models the boost::ScopedLock concept.
Definition at line 51 of file NullMutex.h.
NullMutexGuard::NullMutexGuard | ( | NullMutex & | ) | [inline, explicit] |
NullMutexGuard::~NullMutexGuard | ( | ) | [inline] |
void NullMutexGuard::lock | ( | ) | [inline] |
void NullMutexGuard::unlock | ( | ) | [inline] |
bool NullMutexGuard::locked | ( | ) | const [inline] |
NullMutexGuard::operator const void * | ( | ) | const [inline] |