ITK
4.13.0
Insight Segmentation and Registration Toolkit
|
#include <itkAtomicIntDetail.h>
Definition at line 284 of file itkAtomicIntDetail.h.
Classes | |
struct | AtomicType |
Public Types | |
typedef int32_t | ValueType |
Static Public Member Functions | |
static int32_t | AddAndFetch (AtomicType *ref, int32_t val) |
static int32_t | Load (const AtomicType *ref) |
static int32_t | PostDecrement (AtomicType *ref) |
static int32_t | PostIncrement (AtomicType *ref) |
static int32_t | PreDecrement (AtomicType *ref) |
static int32_t | PreIncrement (AtomicType *ref) |
static void | Store (AtomicType *ref, int32_t val) |
static int32_t | SubAndFetch (AtomicType *ref, int32_t val) |
typedef int32_t itk::Detail::AtomicOps< 4 >::ValueType |
Definition at line 299 of file itkAtomicIntDetail.h.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |