PikeAero::CMutex Class Reference

#include <cmutex.h>

Collaboration diagram for PikeAero::CMutex:

Collaboration graph
[legend]

Public Member Functions

 CMutex ()

Data Fields

bool mLocked

Detailed Description

Implements a mutex data structure.
Author:
Michael Sharkey <mike@pikeaero.com>

Definition at line 29 of file cmutex.h.


Constructor & Destructor Documentation

PikeAero::CMutex::CMutex (  ) 

Definition at line 24 of file cmutex.cpp.

00025  : mLocked(false)
00026 {
00027 }


Field Documentation


The documentation for this class was generated from the following files:

Generated on Sun Oct 25 14:00:11 2009 for stingray3 by  doxygen 1.5.8