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

caffeine::CMutexFactory Class Reference

CMutexFactory. More...

#include <MutexFactory.h>

List of all members.

Static Public Member Functions

static CMutexBuildMutex (bool lockedOnCreation=false)
 CreateMutex.


Detailed Description

CMutexFactory.

Description: Cross-platofrm mutex object.

Limitations:


Member Function Documentation

CMutex * CMutexFactory::BuildMutex bool  lockedOnCreation = false  )  [static]
 

CreateMutex.

Description: Creates a cross-platform mutex object

Parameters:
lockedOnCreation Specifies whether this mutex object should be locked when the object is created. Defaults to false
Returns:
A pointer to a newly created mutex object.
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