#include <mutex.h>
Definition at line 33 of file mutex.h.
Public Member Functions | |
Mutex () | |
~Mutex () | |
void | lock () |
void | unlock () |
Private Member Functions | |
Mutex (const Mutex &) | |
Mutex & | operator= (const Mutex &) |
Private Attributes | |
SDL_mutex * | mMutex |
Mutex::Mutex | ( | const Mutex & | ) | [private] |
SDL_mutex* Mutex::mMutex [private] |