SeExpr
|
#include <Mutex.h>
Public Member Functions | |
AutoLock (T &m) | |
~AutoLock () | |
Private Attributes | |
T & | _m |
Automatically acquire and release lock within enclosing scope.
|
inline |
Definition at line 51 of file Mutex.h.
References SeExprInternal2::AutoLock< T >::_m.
|
inline |
Definition at line 52 of file Mutex.h.
References SeExprInternal2::AutoLock< T >::_m.
|
private |
Definition at line 55 of file Mutex.h.
Referenced by SeExprInternal2::AutoLock< T >::AutoLock(), and SeExprInternal2::AutoLock< T >::~AutoLock().