ReadWriteLock Class Reference
#include <ReadWriteLock.h>
Inheritance diagram for ReadWriteLock:
Public Member Functions | |
ReadWriteLock () | |
virtual | ~ReadWriteLock () |
Destroy this ReadWriteLock. | |
virtual Lockable & | getReadLock ()=0 |
virtual Lockable & | getWriteLock ()=0 |
Detailed Description
- Author:
- Eric Crahen <http://www.code-foo.com>
- Date:
- <2003-07-16T10:17:31-0400>
- Version:
- 2.2.7
- See also:
- BiasedReadWriteLock
Constructor & Destructor Documentation
|
Create a ReadWriteLock
|
Member Function Documentation
|
Get a reference to the read-only Lockable.
Implemented in BiasedReadWriteLock, and FairReadWriteLock. |
|
Get a reference to the read-write Lockable.
Implemented in BiasedReadWriteLock, and FairReadWriteLock. |
The documentation for this class was generated from the following file:
- ReadWriteLock.h