MutexRWLock Class Reference
#include <MutexRWLock.h>
List of all members.
Detailed Description
Definition at line 4 of file MutexRWLock.h.
Constructor & Destructor Documentation
| MutexRWLock::MutexRWLock |
( |
|
) |
[inline] |
| MutexRWLock::~MutexRWLock |
( |
|
) |
[inline] |
Member Function Documentation
| void MutexRWLock::enter_read |
( |
void |
|
) |
[inline] |
| void MutexRWLock::leave_read |
( |
void |
|
) |
[inline] |
| void MutexRWLock::enter_write |
( |
void |
|
) |
[inline] |
| void MutexRWLock::leave_write |
( |
void |
|
) |
[inline] |
| static const char* MutexRWLock::name |
( |
|
) |
[inline, static] |
Definition at line 13 of file MutexRWLock.h.
00013 { return "MutexRWLock"; }
Member Data Documentation
The documentation for this class was generated from the following file: