Simple++
Powerfull and lightning fast C++ Library
Public Member Functions | List of all members
Mutex Class Reference

#include <Mutex.h>

Public Member Functions

 Mutex ()
 
 ~Mutex ()
 
void lock ()
 
void unlock ()
 
bool isLocked () const
 

Constructor & Destructor Documentation

Mutex::Mutex ( )
Mutex::~Mutex ( )

Member Function Documentation

bool Mutex::isLocked ( ) const
void Mutex::lock ( )
void Mutex::unlock ( )

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