Glib::RWLock::ReaderLock Class Reference
[Threads]
Utility class for exception-safe locking of read/write locks. More...
#include <glibmm/thread.h>
List of all members.
Detailed Description
Utility class for exception-safe locking of read/write locks.
Constructor & Destructor Documentation
Glib::RWLock::ReaderLock::ReaderLock |
( |
RWLock& |
rwlock |
) |
[inline, explicit] |
Glib::RWLock::ReaderLock::ReaderLock |
( |
RWLock& |
rwlock, |
|
|
NotLock |
| |
|
) |
| | [inline] |
Glib::RWLock::ReaderLock::ReaderLock |
( |
RWLock& |
rwlock, |
|
|
TryLock |
| |
|
) |
| | [inline] |
Glib::RWLock::ReaderLock::~ReaderLock |
( |
|
) |
[inline] |
Member Function Documentation
void Glib::RWLock::ReaderLock::acquire |
( |
|
) |
[inline] |
bool Glib::RWLock::ReaderLock::locked |
( |
|
) |
const [inline] |
void Glib::RWLock::ReaderLock::release |
( |
|
) |
[inline] |
bool Glib::RWLock::ReaderLock::try_acquire |
( |
|
) |
[inline] |