#include <SeMutex.h>
Public Member Functions | |
AutoLock (T &m) | |
~AutoLock () | |
Private Attributes | |
T & | _m |
Automatically acquire and release lock within enclosing scope.
Definition at line 35 of file SeMutex.h.
SeExprInternal::AutoLock< T >::AutoLock | ( | T & | m | ) | [inline] |
Definition at line 37 of file SeMutex.h.
References SeExprInternal::AutoLock< T >::_m.
SeExprInternal::AutoLock< T >::~AutoLock | ( | ) | [inline] |
Definition at line 38 of file SeMutex.h.
References SeExprInternal::AutoLock< T >::_m.
T& SeExprInternal::AutoLock< T >::_m [private] |
Definition at line 40 of file SeMutex.h.
Referenced by SeExprInternal::AutoLock< T >::AutoLock(), and SeExprInternal::AutoLock< T >::~AutoLock().