Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

caffeine::CMutex Class Reference

CMutex. More...

#include <Mutex.h>

Inheritance diagram for caffeine::CMutex:

caffeine::CWinMutex List of all members.

Public Member Functions

virtual ~CMutex ()
 ~CMutex

Protected Member Functions

 CMutex (bool lockedOnCreation=false)
 CMutex.

Detailed Description

CMutex.

Description: Cross-platofrm mutex object.

Limitations:


Constructor & Destructor Documentation

CMutex::CMutex bool  lockedOnCreation = false  )  [protected]
 

CMutex.

Description: Default constructor.

Parameters:
lockedOnCreation Sets whether this mutex object should be locked by the current thread when the object is created. This parameter is optional and defaults to false.
Returns:
void
Limitations: None.

CMutex::~CMutex  )  [virtual]
 

~CMutex

Description: Default destructor.

Returns:
void
Limitations: None.


The documentation for this class was generated from the following files:
Copyright (c) 2005 Matt Bruns, Pat Hammond, Kevin Markussen, Travis Service, Brain Shaver

SourceForge.net Logo