From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- ...NLMISC_1_1CUnfairSynchronized_1_1CAccessor.html | 242 +++++++++++++++++++++ 1 file changed, 242 insertions(+) create mode 100644 docs/doxygen/nel/classNLMISC_1_1CUnfairSynchronized_1_1CAccessor.html (limited to 'docs/doxygen/nel/classNLMISC_1_1CUnfairSynchronized_1_1CAccessor.html') diff --git a/docs/doxygen/nel/classNLMISC_1_1CUnfairSynchronized_1_1CAccessor.html b/docs/doxygen/nel/classNLMISC_1_1CUnfairSynchronized_1_1CAccessor.html new file mode 100644 index 00000000..59e8f142 --- /dev/null +++ b/docs/doxygen/nel/classNLMISC_1_1CUnfairSynchronized_1_1CAccessor.html @@ -0,0 +1,242 @@ + + + + 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::CUnfairSynchronized::CAccessor Class Template Reference

This class give you a thread safe access to the CSynchronized Value. +More... +

+#include <mutex.h> +

+List of all members. + + + + + + + + + +

Public Methods

 CAccessor (CUnfairSynchronized< T > *cs)
 get the mutex or wait. More...

 ~CAccessor ()
 release the mutex. More...

T & value ()
 access to the Value. More...


Private Attributes

CUnfairSynchronized< T > * Synchronized
+


Detailed Description

+

template<class T>
+ class NLMISC::CUnfairSynchronized< T >::CAccessor

+ +This class give you a thread safe access to the CSynchronized Value. +

+Look at the example in the CSynchronized. +

+ +

+Definition at line 402 of file mutex.h.


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + + + + +
+template<class T>
NLMISC::CUnfairSynchronized< T >::CAccessor::CAccessor CUnfairSynchronized< T > *   cs [inline]
+
+ + + + + +
+   + + +

+get the mutex or wait. +

+ +

+Definition at line 408 of file mutex.h.

+

+ + + + +
+ + + + + + + + + + + + +
+template<class T>
NLMISC::CUnfairSynchronized< T >::CAccessor::~CAccessor   [inline]
+
+ + + + + +
+   + + +

+release the mutex. +

+ +

+Definition at line 415 of file mutex.h.

+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + + + +
+template<class T>
T& NLMISC::CUnfairSynchronized< T >::CAccessor::value   [inline]
+
+ + + + + +
+   + + +

+access to the Value. +

+ +

+Definition at line 421 of file mutex.h.

+


Member Data Documentation

+

+ + + + +
+ + + + + +
+template<class T>
CUnfairSynchronized<T>* NLMISC::CUnfairSynchronized::CAccessor::Synchronized [private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 404 of file mutex.h.

+


The documentation for this class was generated from the following file: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1