|
|
|
|
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 ReferenceThis 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.
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]
|
|
template<class T> |
friend class CRWSynchronized::CWriteAccessor [friend]
|
|
Member Data Documentation
template<class T> |
volatile CReaderWriter NLMISC::CRWSynchronized::_RWSync [private]
|
|
template<class T> |
volatile T NLMISC::CRWSynchronized::_Value [private]
|
|
The documentation for this class was generated from the following file:
|
|