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

Exception-safe write-lock class. More...

#include <_rwlock.h>

Public Member Functions

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

Private Attributes

read_write_lock_mtx

Detailed Description

Exception-safe write-lock class.

Definition at line 59 of file _rwlock.h.

Constructor & Destructor Documentation

read_write_lock::write_lock::write_lock ( read_write_lock x)
inline

Definition at line 63 of file _rwlock.h.

References _mtx, and read_write_lock::lock_write().

read_write_lock::write_lock::~read_lock ( )
inline

Definition at line 64 of file _rwlock.h.

References _mtx, and read_write_lock::unlock_write().

Member Function Documentation

read_write_lock& read_write_lock::write_lock::get ( )
inline

Definition at line 65 of file _rwlock.h.

References _mtx.

Member Data Documentation

read_write_lock* read_write_lock::write_lock::_mtx
private

Definition at line 61 of file _rwlock.h.

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


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