#include <Lock.h>

Definition at line 152 of file Lock.h.
Public Member Functions | |
| CScopedRWLock (CRWMutex *rwl, bool write=false) | |
| ~CScopedRWLock () | |
Private Attributes | |
| CRWMutex * | _rwl |
| CScopedRWLock::CScopedRWLock | ( | CRWMutex * | rwl, | |
| bool | write = false | |||
| ) | [inline] |
Definition at line 668 of file Lock.h.
References _rwl, LOCK_TIMEOUT_MS, CRWMutex::readLock(), and CRWMutex::writeLock().
| CScopedRWLock::~CScopedRWLock | ( | ) | [inline] |
CRWMutex* CScopedRWLock::_rwl [private] |