#include <mutex.h>
Nevrax France
Definition at line 642 of file mutex.h.
Public Member Functions | |
CFairSynchronized (const std::string &name) | |
Private Attributes | |
volatile CFairMutex | _Cs |
The mutex of the synchronized value. | |
volatile T | _Value |
The synchronized value. | |
Friends | |
class | CFairSynchronized::CAccessor |
|
Definition at line 646 of file mutex.h. References NLMISC::CFairSynchronized< T >::_Cs.
00646 : _Cs(name) { } |
|
|
|
The mutex of the synchronized value.
Definition at line 681 of file mutex.h. Referenced by NLMISC::CFairSynchronized< T >::CFairSynchronized(). |
|
The synchronized value.
|