LDK::Mutex Class Reference
[Threading]

A recursive, single process mutex.

#include <LDK/Mutex.h>


Public Member Functions

 Mutex ()
 Constructor.
 ~Mutex ()
 Destructor.
void lock ()
void unlock ()
 Unlock the mutex.


Detailed Description

Definition at line 42 of file Mutex.h.


Member Function Documentation

void LDK::Mutex::lock (  ) 

Lock the mutex. May be called recursively by one thread, providing that the number of calls to lock() matches the number of calls to unlock()


The documentation for this class was generated from the following file:
Generated on Fri Aug 17 18:32:27 2007 for LDK by  doxygen 1.5.1