Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::MutexLockHolder< TMutex > Class Template Reference

#include <itkMutexLockHolder.h>

List of all members.


Detailed Description

template<class TMutex>
class itk::MutexLockHolder< TMutex >

Definition at line 32 of file itkMutexLockHolder.h.

Public Types

typedef TMutex Mutex

Public Member Functions

 MutexLockHolder (Mutex &mutex)
 ~MutexLockHolder ()

Protected Attributes

Mutexm_Mutex


Member Typedef Documentation

template<class TMutex>
typedef TMutex itk::MutexLockHolder< TMutex >::Mutex

Definition at line 35 of file itkMutexLockHolder.h.


Constructor & Destructor Documentation

template<class TMutex>
itk::MutexLockHolder< TMutex >::MutexLockHolder ( Mutex mutex  )  [inline]

Definition at line 36 of file itkMutexLockHolder.h.

References itk::MutexLockHolder< TMutex >::m_Mutex.

template<class TMutex>
itk::MutexLockHolder< TMutex >::~MutexLockHolder (  )  [inline]

Definition at line 40 of file itkMutexLockHolder.h.

References itk::MutexLockHolder< TMutex >::m_Mutex.


Member Data Documentation

template<class TMutex>
Mutex& itk::MutexLockHolder< TMutex >::m_Mutex [protected]

Definition at line 45 of file itkMutexLockHolder.h.

Referenced by itk::MutexLockHolder< TMutex >::MutexLockHolder(), and itk::MutexLockHolder< TMutex >::~MutexLockHolder().


The documentation for this class was generated from the following file:
Generated at Thu Nov 6 08:45:56 2008 for ITK by doxygen 1.5.1 written by Dimitri van Heesch, © 1997-2000