SeExprInternal::AutoLock< T > Class Template Reference

#include <SeMutex.h>

List of all members.

Public Member Functions

 AutoLock (T &m)
 ~AutoLock ()

Private Attributes

T & _m

Detailed Description

template<class T>
class SeExprInternal::AutoLock< T >

Automatically acquire and release lock within enclosing scope.

Definition at line 35 of file SeMutex.h.


Constructor & Destructor Documentation

template<class T >
SeExprInternal::AutoLock< T >::AutoLock ( T &  m  )  [inline]

Definition at line 37 of file SeMutex.h.

References SeExprInternal::AutoLock< T >::_m.

template<class T >
SeExprInternal::AutoLock< T >::~AutoLock (  )  [inline]

Definition at line 38 of file SeMutex.h.

References SeExprInternal::AutoLock< T >::_m.


Member Data Documentation

template<class T >
T& SeExprInternal::AutoLock< T >::_m [private]

The documentation for this class was generated from the following file:

Generated on 25 Jul 2013 for SeExpr by  doxygen 1.6.1