File lock.hpp¶
All templated types in this namespaces are elementary types: int, double, float, char*, …
Typedefs
- #include <lock.hpp>
A scope lock object for locking a shared memory mutex, to use for example with a shared memory condition variable.
The scope is unlocked on destruction.
Public Functions
lock the mutex
Private Members
-
friend ConditionVariable