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

itk::SimpleFastMutexLock Class Reference
[OS System Objects]

#include <itkSimpleFastMutexLock.h>

List of all members.


Detailed Description

Critical section locking class that can be allocated on the stack.

SimpleFastMutexLock is used by FastMutexLock to perform mutex locking. SimpleFastMutexLock is not a subclass of Object and is designed to be allocated on the stack.

Definition at line 74 of file itkSimpleFastMutexLock.h.

Public Types

typedef SimpleFastMutexLock Self

Public Member Functions

void Lock () const
void Unlock () const

Protected Attributes

FastMutexType m_FastMutexLock


Member Typedef Documentation

typedef SimpleFastMutexLock itk::SimpleFastMutexLock::Self

Standard class typedefs.

Definition at line 78 of file itkSimpleFastMutexLock.h.


Constructor & Destructor Documentation

itk::SimpleFastMutexLock::SimpleFastMutexLock (  ) 

Constructor and destructor left public purposely because of stack allocation.

itk::SimpleFastMutexLock::~SimpleFastMutexLock (  ) 

Constructor and destructor left public purposely because of stack allocation.

itk::SimpleFastMutexLock::SimpleFastMutexLock (  ) 

Constructor and destructor left public purposely because of stack allocation.

itk::SimpleFastMutexLock::~SimpleFastMutexLock (  ) 

Constructor and destructor left public purposely because of stack allocation.


Member Function Documentation

void itk::SimpleFastMutexLock::Lock (  )  const

Lock access.

Referenced by itk::FastMutexLock::Lock(), itk::fem::FEMObjectFactory< itk::fem::FEMLightObject >::Register(), and itk::fem::VisitorDispatcher< TVisitedClass, TVisitorBase, TVisitFunctionPointerType >::RegisterVisitor().

void itk::SimpleFastMutexLock::Unlock (  )  const

Unlock access.

Referenced by itk::fem::FEMObjectFactory< itk::fem::FEMLightObject >::Register(), itk::fem::VisitorDispatcher< TVisitedClass, TVisitorBase, TVisitFunctionPointerType >::RegisterVisitor(), and itk::FastMutexLock::Unlock().


Member Data Documentation

FastMutexType itk::SimpleFastMutexLock::m_FastMutexLock [mutable, protected]

Definition at line 92 of file itkSimpleFastMutexLock.h.


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