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 | |
![]() | |
NonCopyable () | |
~NonCopyable () |
This is a convenience class that makes it easy (and exception-safe) to lock a mutex in a scope.
|
inline |