ITK  4.2.0
Insight Segmentation and Registration Toolkit
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 >

A container to store a Mutex.

Definition at line 41 of file itkMutexLockHolder.h.


Member Typedef Documentation

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

Definition at line 44 of file itkMutexLockHolder.h.


Constructor & Destructor Documentation

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

Definition at line 45 of file itkMutexLockHolder.h.

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

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

Definition at line 50 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: