This is a convenience class that makes it easy (and exception-safe) to lock a mutex in a scope. More...
#include <utils.h>

Public Member Functions | |
| ScopeMutexLock (Mutex &imtx) | |
| ~ScopeMutexLock () | |
Protected Attributes | |
| Mutex & | mtx |
Additional Inherited Members | |
Protected Member Functions inherited from frepple::utils::NonCopyable | |
| NonCopyable () | |
| ~NonCopyable () | |
This is a convenience class that makes it easy (and exception-safe) to lock a mutex in a scope.
|
inline |