SeExpr
Public Member Functions | Private Attributes | List of all members
SeExprInternal2::_Mutex Class Reference

#include <Platform.h>

Public Member Functions

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

Private Attributes

pthread_mutex_t _mutex
 

Detailed Description

Definition at line 180 of file Platform.h.

Constructor & Destructor Documentation

SeExprInternal2::_Mutex::_Mutex ( )
inline

Definition at line 182 of file Platform.h.

References _mutex.

SeExprInternal2::_Mutex::~_Mutex ( )
inline

Definition at line 183 of file Platform.h.

References _mutex.

Member Function Documentation

void SeExprInternal2::_Mutex::lock ( )
inline

Definition at line 184 of file Platform.h.

References _mutex.

void SeExprInternal2::_Mutex::unlock ( )
inline

Definition at line 185 of file Platform.h.

References _mutex.

Member Data Documentation

pthread_mutex_t SeExprInternal2::_Mutex::_mutex
private

Definition at line 188 of file Platform.h.

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


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