Don't have an account? Sign Up
template <class T, bool bDEBUG = false> class AutoLockRead;
CryThread.h
Auto-locking classes.
const T& m_lock;
~AutoLockRead();
AutoLockRead(const T& lock, cstr strDebug = 0);