#include <itkMutexLock.h>
[NOHEADER] | |
| void | Delete () |
| SimpleMutexLock * | New () |
Public Types | |
| typedef SimpleMutexLock | Self |
Public Member Functions | |
| virtual const char * | GetNameOfClass () |
| void | Lock (void) |
| void | Unlock (void) |
| SimpleMutexLock () | |
| virtual | ~SimpleMutexLock () |
| MutexType & | GetMutexLock () |
| const MutexType | GetMutexLock () const |
Protected Attributes | |
| MutexType | m_MutexLock |
SimpleMutexLock allows the locking of variables which are accessed through different threads. This header file also defines SimpleMutexLock which is not a subclass of Object.
Definition at line 70 of file itkMutexLock.h.
|
|
Standard class typedefs. Definition at line 74 of file itkMutexLock.h. |
|
|
Constructor and destructor left public purposely. |
|
|
Constructor and destructor left public purposely. |
|
|
Definition at line 83 of file itkMutexLock.h. |
|
|
Access the MutexType member variable from outside this class Definition at line 100 of file itkMutexLock.h. |
|
|
Access the MutexType member variable from outside this class Definition at line 96 of file itkMutexLock.h. |
|
|
Used for debugging and other run-time purposes. Definition at line 87 of file itkMutexLock.h. |
|
|
Lock the MutexLock. |
|
|
Methods for creation and destruction through the object factory. |
|
|
Unlock the MutexLock. |
|
|
Definition at line 107 of file itkMutexLock.h. |
1.3.5 written by Dimitri van Heesch,
© 1997-2000