glibmm
2.42.0
|
Utility class for exception-safe locking of read/write locks. More...
#include <glibmm/threads.h>
Public Member Functions | |
ReaderLock (RWLock& rwlock) | |
ReaderLock (RWLock& rwlock, NotLock) | |
ReaderLock (RWLock& rwlock, TryLock) | |
~ReaderLock () | |
void | acquire () |
bool | try_acquire () |
void | release () |
bool | locked () const |
Utility class for exception-safe locking of read/write locks.
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |