Utility class for exception-safe locking of read/write locks.  
 More...
#include <glibmm/thread.h>
Utility class for exception-safe locking of read/write locks. 
- Deprecated:
- Use Glib::Threads::RWLock::ReaderLock instead. 
  
  | 
        
          | Glib::RWLock::ReaderLock::ReaderLock | ( | RWLock& | rwlock | ) |  |  | inlineexplicit | 
 
 
  
  | 
        
          | Glib::RWLock::ReaderLock::~ReaderLock | ( |  | ) |  |  | inline | 
 
 
  
  | 
        
          | 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 |