alternative Standard Libary
0.29.8
|
lock util for auto lock and unlock. using: if(lock_util<std::mutex>(&varMutex)) { //locked } //and her unlocked Mehr ...
#include <lock_base.hpp>
Öffentliche Methoden | |
lock_util (T *rc) | |
Constructor auto lock the context. Mehr ... | |
~lock_util (void) | |
auto unlock Mehr ... | |
operator bool () | |
return true when the object not null - helper for if Mehr ... | |
lock util for auto lock and unlock. using: if(lock_util<std::mutex>(&varMutex)) { //locked } //and her unlocked
T | lock class |
|
inlineexplicit |
|
inline |
|
inline |