CFx SDK Documentation  2020SP3
Public Member Functions | List of all members
OdMutexAutoLock Class Reference

#include <OdMutex.h>

Public Member Functions

 OdMutexAutoLock (OdMutex &mutex)
 
 ~OdMutexAutoLock ()
 

Detailed Description

This class implements Mutex AutoLock objects in a Teigha context.

Remarks
Mutex objects are used to synchronize between threads and across processes.

MutexAutoLock objects automatically lock the specified OdMutex object when constructed and unlock it when destroyed.

Corresponding C++ library: TD_Root <group Other_Classes>

Definition at line 132 of file OdMutex.h.

Constructor & Destructor Documentation

◆ OdMutexAutoLock()

OdMutexAutoLock::OdMutexAutoLock ( OdMutex mutex)
inline
Parameters
mutex[in] Mutex to be Autolocked.

Definition at line 137 of file OdMutex.h.

◆ ~OdMutexAutoLock()

OdMutexAutoLock::~OdMutexAutoLock ( )
inline

Definition at line 141 of file OdMutex.h.


The documentation for this class was generated from the following file: