cmn_WantReadLock Class Reference
[Common, basic classes, functions and types]

#include <thread.h>

Collaboration diagram for cmn_WantReadLock:

Collaboration graph
[legend]

List of all members.


Detailed Description

Definition at line 395 of file thread.h.


Public Member Functions

 cmn_WantReadLock (cmn_oneWRmanyRD &a_wantRead)
 ~cmn_WantReadLock ()

Private Member Functions

 cmn_WantReadLock (const cmn_WantReadLock &)
cmn_WantReadLockoperator= (const cmn_WantReadLock &)

Private Attributes

cmn_oneWRmanyRDm_wantRead

Constructor & Destructor Documentation

cmn_WantReadLock::cmn_WantReadLock ( cmn_oneWRmanyRD a_wantRead  )  [inline]

Definition at line 398 of file thread.h.

00398                                                   : m_wantRead(a_wantRead) {
00399         m_wantRead.WantRead();
00400     };

cmn_WantReadLock::~cmn_WantReadLock (  )  [inline]

Definition at line 402 of file thread.h.

00402                         {
00403         m_wantRead.ReadDone();
00404     };

cmn_WantReadLock::cmn_WantReadLock ( const cmn_WantReadLock  )  [private]


Member Function Documentation

cmn_WantReadLock& cmn_WantReadLock::operator= ( const cmn_WantReadLock  )  [private]


Member Data Documentation

Definition at line 396 of file thread.h.


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

Generated on Mon Feb 27 19:06:08 2012 for OPENARCHIVE by  doxygen 1.5.6