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

#include <Mutex.h>

Inheritance diagram for SeExprInternal2::DebugLock< T >:

Public Member Functions

 DebugLock ()
 
void lock ()
 
void unlock ()
 
bool locked ()
 

Private Attributes

int _locked
 

Detailed Description

template<class T>
class SeExprInternal2::DebugLock< T >

Definition at line 28 of file Mutex.h.

Constructor & Destructor Documentation

template<class T >
SeExprInternal2::DebugLock< T >::DebugLock ( )
inline

Definition at line 30 of file Mutex.h.

Member Function Documentation

template<class T >
void SeExprInternal2::DebugLock< T >::lock ( )
inline
template<class T >
bool SeExprInternal2::DebugLock< T >::locked ( )
inline

Definition at line 40 of file Mutex.h.

References SeExprInternal2::DebugLock< T >::_locked.

template<class T >
void SeExprInternal2::DebugLock< T >::unlock ( )
inline

Member Data Documentation

template<class T >
int SeExprInternal2::DebugLock< T >::_locked
private

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