CFx SDK Documentation 2024 SP0
|
#include <OdMutex.h>
Public Member Functions | |
OdMutexAutoLock (OdMutex &mutex) | |
~OdMutexAutoLock () | |
Additional Inherited Members | |
Protected Member Functions inherited from OdNonCopyable | |
OdNonCopyable () | |
~OdNonCopyable () | |
This class implements Mutex AutoLock objects in a ODA Platform context.
MutexAutoLock objects automatically lock the specified OdMutex object when constructed and unlock it when destroyed.
Corresponding C++ library: TD_Root <group Other_Classes>
|
inline |