![]() |
XII Release 0.1.0
|
Manages a lock (e.g. a mutex) and ensures that it is properly released as the lock object goes out of scope. More...
#include <Lock.h>
Public Member Functions | |
XII_ALWAYS_INLINE | xiiLock (T &ref_lock) |
Manages a lock (e.g. a mutex) and ensures that it is properly released as the lock object goes out of scope.