#include <StdAfx.h>
Public Member Functions | |
CQuickLock (CSyncObject &oMutex) | |
~CQuickLock () | |
Private Member Functions | |
CQuickLock (const CQuickLock &) | |
CQuickLock & | operator= (const CQuickLock &) |
CQuickLock * | operator & () |
Static Private Member Functions | |
static void * | operator new (std::size_t) |
static void * | operator new[] (std::size_t) |
static void | operator delete (void *) |
static void | operator delete[] (void *) |
Private Attributes | |
CSyncObject & | m_oMutex |
|
|
|
Definition at line 180 of file StdAfx.h. References m_oMutex. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 182 of file StdAfx.h. Referenced by ~CQuickLock(). |