From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- .../nel/classNLMISC_1_1CRWSynchronized.html | 217 +++++++++++++++++++++ 1 file changed, 217 insertions(+) create mode 100644 docs/doxygen/nel/classNLMISC_1_1CRWSynchronized.html (limited to 'docs/doxygen/nel/classNLMISC_1_1CRWSynchronized.html') diff --git a/docs/doxygen/nel/classNLMISC_1_1CRWSynchronized.html b/docs/doxygen/nel/classNLMISC_1_1CRWSynchronized.html new file mode 100644 index 00000000..898c7242 --- /dev/null +++ b/docs/doxygen/nel/classNLMISC_1_1CRWSynchronized.html @@ -0,0 +1,217 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# 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: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1