#include <itkSimpleFastMutexLock.h>
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 |
| SimpleFastMutexLock () | |
| ~SimpleFastMutexLock () | |
Protected Attributes | |
| FastMutexType | m_FastMutexLock |
Standard class typedefs.
Definition at line 78 of file itkSimpleFastMutexLock.h.
| 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.
| void itk::SimpleFastMutexLock::Lock | ( | ) | const |
| void itk::SimpleFastMutexLock::Unlock | ( | ) | const |
FastMutexType itk::SimpleFastMutexLock::m_FastMutexLock [mutable, protected] |
Definition at line 92 of file itkSimpleFastMutexLock.h.
1.5.5 written by Dimitri van Heesch,
© 1997-2000