An easy to use mutex. More...
#include <SimpleMutex.h>
Public Member Functions | |
| SimpleMutex () | |
| ~SimpleMutex () | |
| void | Lock (void) |
| void | Unlock (void) |
An easy to use mutex.
I wrote this because the version that comes with Windows is too complicated and requires too much code to use.
Definition at line 26 of file SimpleMutex.h.
| SimpleMutex::SimpleMutex | ( | ) |
Definition at line 11 of file SimpleMutex.cpp.
| SimpleMutex::~SimpleMutex | ( | ) |
Definition at line 17 of file SimpleMutex.cpp.
| void SimpleMutex::Lock | ( | void | ) |
Definition at line 35 of file SimpleMutex.cpp.
| void SimpleMutex::Unlock | ( | void | ) |
Definition at line 79 of file SimpleMutex.cpp.
1.7.1