#include <mutexguard.h>
Collaboration diagram for MutexGuard:

Public Member Functions | |
| MutexGuard (Mutex *mutex) | |
| MutexGuard (Mutex &mutex) | |
| ~MutexGuard () | |
Definition at line 28 of file mutexguard.h.
|
|
Contructs a new simple mutex guard and locks the supplied Mutex.
Definition at line 35 of file mutexguard.h. |
|
|
Contructs a new simple mutex guard and locks the supplied Mutex.
Definition at line 41 of file mutexguard.h. |
|
|
Destructor. Releases the guarded Mutex. Definition at line 46 of file mutexguard.h. |
1.4.1