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

PosixMutex Class Reference

#include <PosixMutex.h>

Inheritance diagram for PosixMutex::

Mutex List of all members.

Public Methods

 PosixMutex ()
 ~PosixMutex ()
void lock ()
void unlock ()

Protected Attributes

pthread_mutex_t _lock

Constructor & Destructor Documentation

PosixMutex::PosixMutex  
 

Definition at line 3 of file PosixMutex.cpp.

References _lock.

PosixMutex::~PosixMutex  
 

Definition at line 8 of file PosixMutex.cpp.

References _lock.


Member Function Documentation

void PosixMutex::lock  
 

Reimplemented in Mutex, and Mutex.

Definition at line 14 of file PosixMutex.cpp.

References _lock.

void PosixMutex::unlock  
 

Reimplemented in Mutex, and Mutex.

Definition at line 20 of file PosixMutex.cpp.

References _lock.


Member Data Documentation

pthread_mutex_t PosixMutex::_lock [protected]
 

Reimplemented in Mutex.

Definition at line 11 of file PosixMutex.h.

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


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