A simple object wrapper around CreateMutex() and DeleteMutex() More...
#include <MSThreads.hh>
Public Member Functions | |
LPCRITICAL_SECTION | getCriticalSection () |
MSMutex () | |
~MSMutex () | |
Private Member Functions | |
MSMutex (const MSMutex &other) | |
Private Attributes | |
CRITICAL_SECTION | _criticalSection |
A simple object wrapper around CreateMutex() and DeleteMutex()
Definition at line 53 of file MSThreads.hh.
threading::MSMutex::MSMutex | ( | ) | [inline] |
Definition at line 55 of file MSThreads.hh.
threading::MSMutex::~MSMutex | ( | ) | [inline] |
Definition at line 56 of file MSThreads.hh.
threading::MSMutex::MSMutex | ( | const MSMutex & | other | ) | [private] |
LPCRITICAL_SECTION threading::MSMutex::getCriticalSection | ( | ) | [inline] |
Definition at line 57 of file MSThreads.hh.
CRITICAL_SECTION threading::MSMutex::_criticalSection [private] |
Definition at line 63 of file MSThreads.hh.