|
gloox
1.0.16
|
#include <mutexguard.h>
Public Member Functions | |
| MutexGuard (Mutex *mutex) | |
| MutexGuard (Mutex &mutex) | |
| ~MutexGuard () | |
|
inline |
Contructs a new simple mutex guard and locks the supplied Mutex.
| mutex | The Mutex to guard. |
Definition at line 38 of file mutexguard.h.
|
inline |
Contructs a new simple mutex guard and locks the supplied Mutex.
| mutex | The Mutex to guard. |
Definition at line 44 of file mutexguard.h.
|
inline |
Destructor. Releases the guarded Mutex.
Definition at line 49 of file mutexguard.h.
1.8.8