Yagl::Mutex Class Reference

#include <mutex.h>

List of all members.

Public Member Functions

 Mutex ()
 Constructor.
virtual ~Mutex ()
 Destructor.
void lock ()
void unlock ()

Protected Member Functions

 Mutex (const Mutex &mutex)


Detailed Description

Mutex This is a mutex class based on pthreads


Constructor & Destructor Documentation

Yagl::Mutex::Mutex const Mutex mutex  )  [protected]
 

copy constructor hidden

Yagl::Mutex::Mutex  ) 
 

Constructor.

initializes the internal mutex handle

virtual Yagl::Mutex::~Mutex  )  [virtual]
 

Destructor.

deinitializes the internal mutex handle


Member Function Documentation

void Yagl::Mutex::lock  ) 
 

locks them mutex

void Yagl::Mutex::unlock  ) 
 

unlocks the mutex


The documentation for this class was generated from the following file:
Generated on Tue Jan 10 15:42:38 2006 for YAGL - yet another gameprogramming library by  doxygen 1.4.5