Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

Mutex Class Reference

#include <Mutex.h>

Inheritance diagram for Mutex::

PosixMutex List of all members.

Public Methods

 Mutex ()
 ~Mutex ()
void lock ()
void unlock ()
 Mutex ()
 ~Mutex ()
void lock ()
void unlock ()

Protected Attributes

CRITICAL_SECTION _lock

Constructor & Destructor Documentation

Mutex::Mutex  
 

Definition at line 3 of file WinCE/Mutex.cpp.

References _lock.

Mutex::~Mutex  
 

Definition at line 8 of file WinCE/Mutex.cpp.

References _lock.

Mutex::Mutex  
 

Mutex::~Mutex  
 


Member Function Documentation

void Mutex::lock  
 

Reimplemented from PosixMutex.

void Mutex::lock  
 

Reimplemented from PosixMutex.

Definition at line 14 of file WinCE/Mutex.cpp.

References _lock.

void Mutex::unlock  
 

Reimplemented from PosixMutex.

void Mutex::unlock  
 

Reimplemented from PosixMutex.

Definition at line 20 of file WinCE/Mutex.cpp.

References _lock.


Member Data Documentation

CRITICAL_SECTION Mutex::_lock [protected]
 

Reimplemented from PosixMutex.

Definition at line 11 of file WinNT/Mutex.h.

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


The documentation for this class was generated from the following files:
Generated on Mon Oct 7 09:33:35 2002 for Gaia by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001