Botan
1.10.9
|
#include <mutex.h>
Public Member Functions | |
Mutex_Holder (Mutex *m) | |
~Mutex_Holder () | |
|
inline |
Hold onto a mutex until we leave scope
m | the mutex to lock |
Definition at line 57 of file mutex.h.
References Botan::Mutex::lock().
|
inline |