|
Evo C++ Library v0.5.1
|
#include <evo/thread_inert.h>
Inert lock that doesn't do anything.
| T | Locking synchronization type to use – ex: MutexInert |
Public Member Functions | |
| SmartLockInert (T &) | |
| Constructor – arg is ignored. More... | |
| SmartLockInert (T &, bool) | |
| Constructor – args are ignored. More... | |
| SmartLockInert (T &, ulong) | |
| Constructor – args are ignored. More... | |
| SmartLockInert & | lock () |
| Lock object (no-op). More... | |
| SmartLockInert & | lock (ulong) |
| Lock object (no-op). More... | |
| SmartLockInert & | unlock () |
| Unlock object (no-op). More... | |
1.8.13