Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts
Public Types | Public Member Functions | Protected Attributes

itk::MutexLockHolder< TMutex > Class Template Reference

#include <itkMutexLockHolder.h>

List of all members.

Public Types

typedef TMutex Mutex

Public Member Functions

 MutexLockHolder (Mutex &mutex)
 ~MutexLockHolder ()

Protected Attributes

Mutexm_Mutex

Detailed Description

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

Definition at line 32 of file itkMutexLockHolder.h.


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]

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

Generated at Tue Jul 13 2010 00:30:24 for ITK by doxygen 1.7.1 written by Dimitri van Heesch, © 1997-2000