|
VTK
|
#include <vtkAtomic.h>
Public Member Functions | |
| atomic_type (vtkTypeInt64 init) | |
| ~atomic_type () | |
Public Attributes | |
| vtkTypeInt64 | var |
| vtkSimpleCriticalSection * | csec |
Definition at line 197 of file vtkAtomic.h.
| detail::AtomicOps< 8 >::atomic_type::atomic_type | ( | vtkTypeInt64 | init | ) |
| detail::AtomicOps< 8 >::atomic_type::~atomic_type | ( | ) |
| vtkTypeInt64 detail::AtomicOps< 8 >::atomic_type::var |
Definition at line 199 of file vtkAtomic.h.
| vtkSimpleCriticalSection* detail::AtomicOps< 8 >::atomic_type::csec |
Definition at line 200 of file vtkAtomic.h.
1.8.15