CL_Mutex Class Reference
[clanCore System]

Mutex class. More...

#include <mutex.h>

List of all members.

Public Member Functions

Construction
 CL_Mutex ()
 Constructs a mutex object.
 ~CL_Mutex ()
Operations
void lock ()
 Lock mutex.
bool try_lock ()
 Attempt to lock mutex.
void unlock ()
 Unlock mutex.


Detailed Description

Mutex class.


Constructor & Destructor Documentation

CL_Mutex::CL_Mutex  ) 
 

Constructs a mutex object.

CL_Mutex::~CL_Mutex  ) 
 


Member Function Documentation

void CL_Mutex::lock  ) 
 

Lock mutex.

bool CL_Mutex::try_lock  ) 
 

Attempt to lock mutex.

void CL_Mutex::unlock  ) 
 

Unlock mutex.


The documentation for this class was generated from the following file:
Generated on Thu Dec 3 02:39:39 2009 for ClanLib by  doxygen 1.4.6