|
LightWrap++
AC++wrapperfortheLightWave3DSDK
|
#include <threads.h>
Public Member Functions | |
| AutoMutex (LWMTUtil *u, const MutexID m) | |
| Construct the object and lock a mutex. | |
| AutoMutex (LWMTUtil *u, int m) | |
| virtual | ~AutoMutex () |
| Destroy the object and release the mutex. | |
Automatic mutex to protect a complete function. Should get created and destroyed on the heap
Construct the object and lock a mutex.
| *u | The LWMTUtil to use |
| m | The MutexID to lock |
|
inline |
|
inlinevirtual |
Destroy the object and release the mutex.