class that automatically creates and destroys mutexes More...
#include <smart_mutex.h>
Public Member Functions | |
smart_mutex (void) | |
constructor will automatically create mutex | |
~smart_mutex (void) | |
destructor will automatically destroy mutex | |
mutex_t * | getMutex (void) |
operating-system-dependent accessor |
class that automatically creates and destroys mutexes
Definition at line 58 of file smart_mutex.h.
smart_mutex::smart_mutex | ( | void | ) | [inline] |
constructor will automatically create mutex
Definition at line 61 of file smart_mutex.h.