171 #endif // _YI_MUTEX_H_ #define YI_DISALLOW_COPY_AND_ASSIGN(TypeName)
Delete the copy constructor and assignment operator (and consequently the move constructor as well) ...
Definition: YiPredef.h:114
Definition: YiMutex.h:110
Definition: YiMutex.h:118
CYIMutex(YI_MUTEX_MODE mode=YI_FAST_MUTEX)
Definition: YiMutex.h:117
A class used to block a thread until a condition is met, as signaled by a different thread...
Definition: YiWaitCondition.h:64
CYIMutexPriv * m_pPriv
Definition: YiMutex.h:163
YI_MUTEX_MODE
Definition: YiMutex.h:115