glibmm  2.31.22
Public Member Functions
Glib::Threads::RWLock::WriterLock Class Reference

Utility class for exception-safe locking of read/write locks. More...

#include <glibmm/threads.h>

List of all members.

Public Member Functions

 WriterLock (RWLock& rwlock)
 WriterLock (RWLock& rwlock, NotLock)
 WriterLock (RWLock& rwlock, TryLock)
 ~WriterLock ()
void acquire ()
bool try_acquire ()
void release ()
bool locked () const

Detailed Description

Utility class for exception-safe locking of read/write locks.


Constructor & Destructor Documentation

Glib::Threads::RWLock::WriterLock::WriterLock ( RWLock rwlock) [inline, explicit]

Member Function Documentation