Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  
igtl::SimpleFastMutexLock Class Reference

#include <igtlSimpleFastMutexLock.h>

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

FastMutexType igtl::SimpleFastMutexLock::m_FastMutexLock
mutableprotected

Definition at line 107 of file igtlSimpleFastMutexLock.h.


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

Generated at Thu Mar 20 2014 16:32:07 for OpenIGTLink by doxygen 1.8.1.2 written by Dimitri van Heesch, © 1997-2000