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

itk::SimpleMutexLock Class Reference
[OS System Objects]

#include <itkMutexLock.h>

List of all members.


Detailed Description

Simple mutual exclusion locking class.

SimpleMutexLock allows the locking of variables which are accessed through different threads. This header file also defines SimpleMutexLock which is not a subclass of Object.

Definition at line 70 of file itkMutexLock.h.

Public Types

typedef SimpleMutexLock Self

Public Member Functions

void Delete ()
const MutexType GetMutexLock () const
Access the MutexType member
variable from outside this
class MutexType
GetMutexLock ()
virtual const char * GetNameOfClass ()
void Lock (void)
Constructor and destructor
left public purposely * 
SimpleMutexLock ()
void Unlock (void)
virtual ~SimpleMutexLock ()

Static Public Member Functions

Methods for creation and destruction
through the object factory
*static SimpleMutexLock
New ()

Protected Attributes

MutexType m_MutexLock


Member Typedef Documentation

typedef SimpleMutexLock itk::SimpleMutexLock::Self
 

Standard class typedefs.

Definition at line 74 of file itkMutexLock.h.


Constructor & Destructor Documentation

Constructor and destructor left public purposely* itk::SimpleMutexLock::SimpleMutexLock  ) 
 

virtual itk::SimpleMutexLock::~SimpleMutexLock  )  [virtual]
 


Member Function Documentation

void itk::SimpleMutexLock::Delete  )  [inline]
 

Definition at line 83 of file itkMutexLock.h.

const MutexType itk::SimpleMutexLock::GetMutexLock  )  const [inline]
 

Definition at line 100 of file itkMutexLock.h.

Access the MutexType member variable from outside this class MutexType& itk::SimpleMutexLock::GetMutexLock  )  [inline]
 

Definition at line 96 of file itkMutexLock.h.

virtual const char* itk::SimpleMutexLock::GetNameOfClass  )  [inline, virtual]
 

Used for debugging and other run-time purposes.

Definition at line 87 of file itkMutexLock.h.

void itk::SimpleMutexLock::Lock void   ) 
 

Lock the MutexLock.

Methods for creation and destruction through the object factory* static SimpleMutexLock* itk::SimpleMutexLock::New  )  [static]
 

void itk::SimpleMutexLock::Unlock void   ) 
 

Unlock the MutexLock.


Member Data Documentation

MutexType itk::SimpleMutexLock::m_MutexLock [protected]
 

Definition at line 107 of file itkMutexLock.h.


The documentation for this class was generated from the following file:
Generated at Sun Jul 9 21:28:58 2006 for ITK by doxygen 1.4.2 written by Dimitri van Heesch, © 1997-2000