CFx SDK Documentation
2020SP3
|
#include <OdMutex.h>
Public Member Functions | |
OdMutexAutoLock (OdMutex &mutex) | |
~OdMutexAutoLock () | |
This class implements Mutex AutoLock objects in a Teigha 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 |