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