# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
Docs
 
Documentation  
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  

NLMISC::CRWSynchronized Class Template Reference

This class uses a CReaderWriter object to implement a synchronized object (see mutex.h for standard CSynchronized.). More...

#include <reader_writer.h>

List of all members.

Private Attributes

volatile CReaderWriter _RWSync
volatile T _Value

Friends

class CRWSynchronized::CReadAccessor
class CRWSynchronized::CWriteAccessor


Detailed Description

template<class T>
class NLMISC::CRWSynchronized< T >

This class uses a CReaderWriter object to implement a synchronized object (see mutex.h for standard CSynchronized.).

Author:
Benjamin Legros , Nevrax France
Date:
2001

Definition at line 94 of file reader_writer.h.


Friends And Related Function Documentation

template<class T>
friend class CRWSynchronized::CReadAccessor [friend]
 

Definition at line 145 of file reader_writer.h.

template<class T>
friend class CRWSynchronized::CWriteAccessor [friend]
 

Definition at line 146 of file reader_writer.h.


Member Data Documentation

template<class T>
volatile CReaderWriter NLMISC::CRWSynchronized::_RWSync [private]
 

Definition at line 148 of file reader_writer.h.

template<class T>
volatile T NLMISC::CRWSynchronized::_Value [private]
 

Definition at line 150 of file reader_writer.h.


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