Beamlib 3.1.1
This is the Beam C++ class library.
|
Mutex class that removes the lock on deletion and so is useful to lock data in a function call. More...
#include <BMutex.h>
Public Member Functions | |
BMutexLock (BMutex &lock, int doLock=0) | |
~BMutexLock () | |
int | lock () |
int | unlock () |
Mutex class that removes the lock on deletion and so is useful to lock data in a function call.
|
inline |
|
inline |
|
inline |
|
inline |