ETL  0.04.19
Public Member Functions | Private Attributes | List of all members
read_write_lock::read_lock Class Reference

Exception-safe read-lock class. More...

#include <_rwlock.h>

Public Member Functions

 read_lock (read_write_lock &x)
 ~read_lock ()
read_write_lockget ()

Private Attributes

read_write_lock_mtx

Detailed Description

Exception-safe read-lock class.

Definition at line 49 of file _rwlock.h.

Constructor & Destructor Documentation

read_write_lock::read_lock::read_lock ( read_write_lock x)
inline

Definition at line 53 of file _rwlock.h.

References _mtx, and read_write_lock::lock_read().

read_write_lock::read_lock::~read_lock ( )
inline

Definition at line 54 of file _rwlock.h.

References _mtx, and read_write_lock::unlock_read().

Member Function Documentation

read_write_lock& read_write_lock::read_lock::get ( )
inline

Definition at line 55 of file _rwlock.h.

References _mtx.

Member Data Documentation

read_write_lock* read_write_lock::read_lock::_mtx
private

Definition at line 51 of file _rwlock.h.

Referenced by get(), read_lock(), and ~read_lock().


The documentation for this class was generated from the following file: