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

#include <OdMutex.h>

Public Member Functions

 OdMutex ()
 
 ~OdMutex ()
 
void lock ()
 
void unlock ()
 

Detailed Description

This class implements Mutex objects in a Teigha context.

Remarks
Mutex objects are used to synchronize between threads and across processes. Corresponding C++ library: TD_Root <group Other_Classes>

Definition at line 49 of file OdMutex.h.

Constructor & Destructor Documentation

◆ OdMutex()

OdMutex::OdMutex ( )
inline

Definition at line 54 of file OdMutex.h.

◆ ~OdMutex()

OdMutex::~OdMutex ( )
inline

Definition at line 62 of file OdMutex.h.

Member Function Documentation

◆ lock()

void OdMutex::lock ( )
inline

Locks this Mutex object.

Definition at line 69 of file OdMutex.h.

◆ unlock()

void OdMutex::unlock ( )
inline

Unlocks this Mutex object.

Definition at line 76 of file OdMutex.h.


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