SeExpr
Public Member Functions | Private Attributes | List of all members
SeExprInternal2::AutoLock< T > Class Template Reference

#include <Mutex.h>

Public Member Functions

 AutoLock (T &m)
 
 ~AutoLock ()
 

Private Attributes

T & _m
 

Detailed Description

template<class T>
class SeExprInternal2::AutoLock< T >

Automatically acquire and release lock within enclosing scope.

Definition at line 49 of file Mutex.h.

Constructor & Destructor Documentation

template<class T >
SeExprInternal2::AutoLock< T >::AutoLock ( T &  m)
inline

Definition at line 51 of file Mutex.h.

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

template<class T >
SeExprInternal2::AutoLock< T >::~AutoLock ( )
inline

Definition at line 52 of file Mutex.h.

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

Member Data Documentation

template<class T >
T& SeExprInternal2::AutoLock< T >::_m
private

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