Ptex
Public Member Functions | Private Attributes | List of all members
PtexInternal::_Mutex Class Reference

#include <PtexPlatform.h>

Public Member Functions

 _Mutex ()
 
 ~_Mutex ()
 
void lock ()
 
void unlock ()
 

Private Attributes

pthread_mutex_t _mutex
 

Detailed Description

Definition at line 120 of file PtexPlatform.h.

Constructor & Destructor Documentation

PtexInternal::_Mutex::_Mutex ( )
inline

Definition at line 122 of file PtexPlatform.h.

References _mutex.

PtexInternal::_Mutex::~_Mutex ( )
inline

Definition at line 123 of file PtexPlatform.h.

References _mutex.

Member Function Documentation

void PtexInternal::_Mutex::lock ( )
inline

Definition at line 124 of file PtexPlatform.h.

References _mutex.

void PtexInternal::_Mutex::unlock ( )
inline

Definition at line 125 of file PtexPlatform.h.

References _mutex.

Member Data Documentation

pthread_mutex_t PtexInternal::_Mutex::_mutex
private

Definition at line 127 of file PtexPlatform.h.

Referenced by _Mutex(), lock(), unlock(), and ~_Mutex().


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