#include <itkSimpleFastMutexLock.h>
Public Types | |
typedef SimpleFastMutexLock | Self |
Public Member Functions | |
void | Lock (void) const |
void | Unlock (void) const |
SimpleFastMutexLock () | |
~SimpleFastMutexLock () | |
Protected Attributes | |
FastMutexType | m_FastMutexLock |
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.
|
Standard class typedefs. Definition at line 78 of file itkSimpleFastMutexLock.h. |
|
Constructor and destructor left public purposely because of stack allocation. |
|
Constructor and destructor left public purposely because of stack allocation. |
|
|
Unlock access. Referenced by itk::FastMutexLock::Unlock(). |
|
Definition at line 92 of file itkSimpleFastMutexLock.h. |