#include <vtkAtomic.h>
|
| static vtkTypeInt64 | AddAndFetch (atomic_type *ref, vtkTypeInt64 val) |
| |
| static vtkTypeInt64 | SubAndFetch (atomic_type *ref, vtkTypeInt64 val) |
| |
| static vtkTypeInt64 | PreIncrement (atomic_type *ref) |
| |
| static vtkTypeInt64 | PreDecrement (atomic_type *ref) |
| |
| static vtkTypeInt64 | PostIncrement (atomic_type *ref) |
| |
| static vtkTypeInt64 | PostDecrement (atomic_type *ref) |
| |
| static vtkTypeInt64 | Load (const atomic_type *ref) |
| |
| static void | Store (atomic_type *ref, vtkTypeInt64 val) |
| |
template<>
class detail::AtomicOps< 8 >
Definition at line 191 of file vtkAtomic.h.
◆ value_type
◆ AddAndFetch()
| static vtkTypeInt64 detail::AtomicOps< 8 >::AddAndFetch |
( |
atomic_type * |
ref, |
|
|
vtkTypeInt64 |
val |
|
) |
| |
|
static |
◆ SubAndFetch()
| static vtkTypeInt64 detail::AtomicOps< 8 >::SubAndFetch |
( |
atomic_type * |
ref, |
|
|
vtkTypeInt64 |
val |
|
) |
| |
|
static |
◆ PreIncrement()
◆ PreDecrement()
◆ PostIncrement()
◆ PostDecrement()
◆ Load()
◆ Store()
The documentation for this class was generated from the following file: