Poco::ScopedRWLock Class Reference
A variant of ScopedLock for reader/writer locks.
More...
#include <RWLock.h>
List of all members.
Detailed Description
A variant of ScopedLock for reader/writer locks.
Definition at line 98 of file RWLock.h.
Constructor & Destructor Documentation
Poco::ScopedRWLock::ScopedRWLock |
( |
RWLock & |
rwl, |
|
|
bool |
write = false | |
|
) |
| | [inline] |
Poco::ScopedRWLock::~ScopedRWLock |
( |
|
) |
[inline] |
Poco::ScopedRWLock::ScopedRWLock |
( |
|
) |
[private] |
Poco::ScopedRWLock::ScopedRWLock |
( |
const ScopedRWLock & |
|
) |
[private] |
Member Function Documentation
Member Data Documentation
The documentation for this class was generated from the following file: