|
|
|
|
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 ReferenceThis class give you a thread safe access to the CSynchronized Value.
More...
#include <mutex.h>
List of all members.
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
|
get the mutex or wait.
Definition at line 408 of file mutex.h. |
|
release the mutex.
Definition at line 415 of file mutex.h. |
Member Function Documentation
|
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]
|
|
The documentation for this class was generated from the following file:
|
|