#include <Lock.h>

The constructor accepts a Mutex and locks it. The destructor unlocks the mutex.
Definition at line 92 of file Lock.h.
Public Member Functions | |
| CScopedLock (M *mutex) | |
| ~CScopedLock () | |
Private Attributes | |
| M * | _mutex |
| CScopedLock< M >::CScopedLock | ( | M * | mutex | ) | [inline] |
| CScopedLock< M >::~CScopedLock | ( | ) | [inline] |
M* CScopedLock< M >::_mutex [private] |
Definition at line 98 of file Lock.h.
Referenced by CScopedLock< M >::CScopedLock(), and CScopedLock< M >::~CScopedLock().