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

CL_Mutex Class Reference

clanCore="System". More...

#include <mutex.h>

Inheritance diagram for CL_Mutex:

Inheritance graph
[legend]
List of all members.

Public Methods

virtual ~CL_Mutex ()
virtual void enter ()=0
virtual void leave ()=0
virtual void wait ()=0
virtual void notify ()=0
virtual void notify_all ()=0

Static Public Methods

CL_Mutex* create ()

Detailed Description

clanCore="System".

Definition at line 7 of file mutex.h.


Constructor & Destructor Documentation

CL_Mutex::~CL_Mutex ( ) [inline, virtual]
 

Definition at line 15 of file mutex.h.


Member Function Documentation

CL_Mutex* CL_Mutex::create ( ) [static]
 

Referenced by CLMutexDrv::CLMutexDrv().

virtual void CL_Mutex::enter ( ) [pure virtual]
 

Reimplemented in CL_Mutex_BeOS, CL_Mutex_Posix, and CL_Mutex_Win32.

Referenced by CL_MutexSection::CL_MutexSection(), and CLMutexDrv::Lock().

virtual void CL_Mutex::leave ( ) [pure virtual]
 

Reimplemented in CL_Mutex_BeOS, CL_Mutex_Posix, and CL_Mutex_Win32.

Referenced by CLMutexDrv::Unlock(), and CL_MutexSection::~CL_MutexSection().

virtual void CL_Mutex::notify ( ) [pure virtual]
 

Reimplemented in CL_Mutex_BeOS, CL_Mutex_Posix, and CL_Mutex_Win32.

virtual void CL_Mutex::notify_all ( ) [pure virtual]
 

Reimplemented in CL_Mutex_BeOS, CL_Mutex_Posix, and CL_Mutex_Win32.

virtual void CL_Mutex::wait ( ) [pure virtual]
 

Reimplemented in CL_Mutex_BeOS, CL_Mutex_Posix, and CL_Mutex_Win32.


The documentation for this class was generated from the following file:
Generated at Wed Apr 4 19:57:13 2001 for ClanLib by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001