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

igtl::SimpleFastMutexLock Class Reference

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

#include <igtlSimpleFastMutexLock.h>

List of all members.

Public Types

typedef SimpleFastMutexLock Self

Public Member Functions

void Lock () const
void Unlock () const
 SimpleFastMutexLock ()
 ~SimpleFastMutexLock ()

Protected Attributes

FastMutexType m_FastMutexLock


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 89 of file igtlSimpleFastMutexLock.h.


Member Typedef Documentation

Standard class typedefs.

Definition at line 93 of file igtlSimpleFastMutexLock.h.


Constructor & Destructor Documentation

igtl::SimpleFastMutexLock::SimpleFastMutexLock (  ) 

Constructor and destructor left public purposely because of stack allocation.

igtl::SimpleFastMutexLock::~SimpleFastMutexLock (  ) 

Constructor and destructor left public purposely because of stack allocation.


Member Function Documentation

void igtl::SimpleFastMutexLock::Lock (  )  const

Lock access.

Referenced by igtl::FastMutexLock::Lock().

void igtl::SimpleFastMutexLock::Unlock (  )  const

Unlock access.

Referenced by igtl::FastMutexLock::Unlock().


Member Data Documentation


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

Generated at Sat May 9 04:47:26 2009 for OpenIGTLink by doxygen 1.5.9 written by Dimitri van Heesch, © 1997-2000