ITK
4.8.0
Insight Segmentation and Registration Toolkit
|
#include <itkAtomicIntDetail.h>
Definition at line 279 of file itkAtomicIntDetail.h.
Public Member Functions | |
AtomicType (int32_t init) | |
~AtomicType () | |
Public Attributes | |
SimpleFastMutexLock * | mutex |
int32_t | var |
itk::Detail::AtomicOps< 4 >::AtomicType::AtomicType | ( | int32_t | init | ) |
itk::Detail::AtomicOps< 4 >::AtomicType::~AtomicType | ( | ) |
SimpleFastMutexLock* itk::Detail::AtomicOps< 4 >::AtomicType::mutex |
Definition at line 282 of file itkAtomicIntDetail.h.
int32_t itk::Detail::AtomicOps< 4 >::AtomicType::var |
Definition at line 281 of file itkAtomicIntDetail.h.