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

#include <thread.h>

Collaboration diagram for cmn_WantWriteLock:

Collaboration graph
[legend]

List of all members.


Detailed Description

Definition at line 414 of file thread.h.


Public Member Functions

 cmn_WantWriteLock (cmn_oneWRmanyRD &a_wantWrite)
 ~cmn_WantWriteLock ()

Private Member Functions

 cmn_WantWriteLock (const cmn_WantWriteLock &)
cmn_WantWriteLockoperator= (const cmn_WantWriteLock &)

Private Attributes

cmn_oneWRmanyRDm_wantWrite

Constructor & Destructor Documentation

cmn_WantWriteLock::cmn_WantWriteLock ( cmn_oneWRmanyRD a_wantWrite  )  [inline]

Definition at line 417 of file thread.h.

00417                                                     : m_wantWrite(a_wantWrite) {
00418         m_wantWrite.WantWrite();
00419     };

cmn_WantWriteLock::~cmn_WantWriteLock (  )  [inline]

Definition at line 421 of file thread.h.

00421                          {
00422         m_wantWrite.WriteDone();
00423     };

cmn_WantWriteLock::cmn_WantWriteLock ( const cmn_WantWriteLock  )  [private]


Member Function Documentation

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


Member Data Documentation

Definition at line 415 of file thread.h.


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

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