Filter Library | Camera | Interface Physics |
Definition at line 166 of file QAFDebug.cpp.
Public Types | |
enum | CSOP { CS_NOP = 0, CS_CREATE = 1, CS_DESTROY = 2 } |
Flag that the critical section object must be constructed or destroyed. | |
Public Member Functions | |
CSync (CRITICAL_SECTION *pcs, const CSOP csop=CS_NOP) | |
Constructor creates and enters the critical section. | |
~CSync () | |
Destructor leaves and destroys the critical section. | |
Private Attributes | |
CRITICAL_SECTION * | m_pcs |
Critical section is used for synchronization. | |
CSOP | m_csop |
Flag that the critical section object must be constructed or destroyed. |