Multiplatform mutex locker, provided for convenience. More...
#include <H:/WOSH/win32_vc2010/src/core/Mutex.h>
Public Member Functions | |
| MutexLockerWrite (const MutexRW *lockingMutex) | |
| Create object and locks the passed MutexRW. | |
| virtual | ~MutexLockerWrite () |
| Destroy current object and unlocks the MutexRW. | |
Protected Attributes | |
| MutexRW * | mutex |
| reference to MutexRW object. | |
Multiplatform mutex locker, provided for convenience.
Definition at line 281 of file Mutex.h.
| wosh::MutexLockerWrite::MutexLockerWrite | ( | const MutexRW * | lockingMutex ) | [inline, explicit] |
| virtual wosh::MutexLockerWrite::~MutexLockerWrite | ( | ) | [inline, virtual] |
MutexRW* wosh::MutexLockerWrite::mutex [mutable, protected] |
reference to MutexRW object.
Definition at line 302 of file Mutex.h.
Referenced by MutexLockerWrite(), and ~MutexLockerWrite().