|
VTK
|
#include <vtkAtomicInt.h>
| VTK__ALIGN64 vtkTypeInt64 | Value |
| vtkSimpleCriticalSection * | AtomicInt64CritSec |
| vtkAtomicIntImpl () | |
| virtual | ~vtkAtomicIntImpl () |
| vtkTypeInt64 | operator++ () |
| vtkTypeInt64 | operator-- () |
| vtkTypeInt64 | operator+= (vtkTypeInt64 val) |
| vtkTypeInt64 | load () const |
| void | store (vtkTypeInt64 val) |
Definition at line 209 of file vtkAtomicInt.h.
| detail::vtkAtomicIntImpl< vtkTypeInt64 >::vtkAtomicIntImpl | ( | ) |
Atomic pre-increment.
|
virtual |
Atomic pre-increment.
| vtkTypeInt64 detail::vtkAtomicIntImpl< vtkTypeInt64 >::operator++ | ( | ) |
Atomic pre-increment.
| vtkTypeInt64 detail::vtkAtomicIntImpl< vtkTypeInt64 >::operator-- | ( | ) |
Atomic pre-increment.
| vtkTypeInt64 detail::vtkAtomicIntImpl< vtkTypeInt64 >::operator+= | ( | vtkTypeInt64 | val | ) |
Atomic pre-increment.
| vtkTypeInt64 detail::vtkAtomicIntImpl< vtkTypeInt64 >::load | ( | ) | const |
Atomic pre-increment.
| void detail::vtkAtomicIntImpl< vtkTypeInt64 >::store | ( | vtkTypeInt64 | val | ) |
Atomic pre-increment.
|
protected |
Atomic pre-increment.
Definition at line 313 of file vtkAtomicInt.h.
|
protected |
Atomic pre-increment.
Definition at line 316 of file vtkAtomicInt.h.
1.8.7