SeExpr
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

◆ AutoLock()

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

Definition at line 51 of file Mutex.h.

◆ ~AutoLock()

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

Definition at line 52 of file Mutex.h.

Member Data Documentation

◆ _m

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

Definition at line 55 of file Mutex.h.


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