#include <MutexUtils.h>
Classes | |
class | scoped_lock |
Public Member Functions | |
virtual void | lock ()=0 |
virtual void | unlock ()=0 |
virtual | ~MutexI () |
Definition at line 14 of file MutexUtils.h.
|
inlinevirtual |
Definition at line 16 of file MutexUtils.h.
|
pure virtual |
Implemented in AnyMutex< M >, and DummyMutex.
Referenced by MutexI::scoped_lock::scoped_lock().
|
pure virtual |
Implemented in AnyMutex< M >, and DummyMutex.
Referenced by MutexI::scoped_lock::~scoped_lock().