#include <MutexUtils.h>
Public Member Functions | |
scoped_lock (MutexI &im) | |
~scoped_lock () | |
Private Attributes | |
MutexI & | m |
Definition at line 20 of file MutexUtils.h.
MutexI::scoped_lock::scoped_lock | ( | MutexI & | im | ) | [inline] |
MutexI::scoped_lock::~scoped_lock | ( | ) | [inline] |
MutexI& MutexI::scoped_lock::m [private] |
Definition at line 21 of file MutexUtils.h.
Referenced by scoped_lock(), and ~scoped_lock().