#include <StdAfx.h>
Public Member Functions | |
CGuarded () | |
CGuarded (const CGuarded &other) | |
CGuarded (const T &oValue) | |
CGuarded & | operator= (const T &oValue) |
operator T () const | |
Private Member Functions | |
CGuarded * | operator & () |
Private Attributes | |
CCriticalSection | m_oSection |
T | m_oValue |
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 211 of file StdAfx.h. Referenced by CGuarded< GGUID >::operator T(), and CGuarded< GGUID >::operator=(). |
|
Definition at line 212 of file StdAfx.h. Referenced by CGuarded< GGUID >::operator T(), and CGuarded< GGUID >::operator=(). |