VTK
|
#include <vtkAtomicInt.h>
VTK__ALIGN64 vtkTypeInt64 | Value |
vtkTypeInt64 | operator++ () |
vtkTypeInt64 | operator-- () |
vtkTypeInt64 | operator+= (vtkTypeInt64 val) |
vtkTypeInt64 | load () const |
void | store (vtkTypeInt64 val) |
Definition at line 207 of file vtkAtomicInt.h.
|
inline |
Atomic pre-increment.
Definition at line 217 of file vtkAtomicInt.h.
|
inline |
Atomic pre-decrement.
Definition at line 232 of file vtkAtomicInt.h.
|
inline |
Atomic add. Returns value after addition.
Definition at line 247 of file vtkAtomicInt.h.
|
inline |
Atomic fetch.
Definition at line 262 of file vtkAtomicInt.h.
|
inline |
Atomic store.
Definition at line 281 of file vtkAtomicInt.h.
|
protected |
Atomic pre-increment.
Definition at line 313 of file vtkAtomicInt.h.