VTK
|
#include <vtkAtomicInt.h>
VTK__ALIGN32 vtkTypeInt32 | Value |
vtkTypeInt32 | operator++ () |
vtkTypeInt32 | operator-- () |
vtkTypeInt32 | operator+= (vtkTypeInt32 val) |
vtkTypeInt32 | load () const |
void | store (vtkTypeInt32 val) |
Definition at line 86 of file vtkAtomicInt.h.
|
inline |
Atomic pre-increment.
Definition at line 96 of file vtkAtomicInt.h.
|
inline |
Atomic pre-decrement.
Definition at line 111 of file vtkAtomicInt.h.
|
inline |
Atomic add. Returns value after addition.
Definition at line 126 of file vtkAtomicInt.h.
|
inline |
Atomic fetch.
Definition at line 141 of file vtkAtomicInt.h.
|
inline |
Atomic save.
Definition at line 160 of file vtkAtomicInt.h.
|
protected |
Atomic pre-increment.
Definition at line 192 of file vtkAtomicInt.h.