VTK
9.5.20250718
|
#include <vtkSMPThreadLocalAPI.h>
Public Types | |
using | iterator_category = std::forward_iterator_tag |
using | value_type = T |
using | difference_type = std::ptrdiff_t |
using | pointer = T * |
using | reference = T & |
Public Member Functions | |
iterator ()=default | |
iterator (const iterator &other) | |
iterator & | operator= (const iterator &other) |
iterator & | operator++ () |
iterator | operator++ (int) |
bool | operator== (const iterator &other) const |
bool | operator!= (const iterator &other) const |
T & | operator* () |
T * | operator-> () |
Friends | |
class | vtkSMPThreadLocalAPI< T > |
Definition at line 111 of file vtkSMPThreadLocalAPI.h.
using vtk::detail::smp::vtkSMPThreadLocalAPI< T >::iterator::iterator_category = std::forward_iterator_tag |
Definition at line 114 of file vtkSMPThreadLocalAPI.h.
using vtk::detail::smp::vtkSMPThreadLocalAPI< T >::iterator::value_type = T |
Definition at line 115 of file vtkSMPThreadLocalAPI.h.
using vtk::detail::smp::vtkSMPThreadLocalAPI< T >::iterator::difference_type = std::ptrdiff_t |
Definition at line 116 of file vtkSMPThreadLocalAPI.h.
using vtk::detail::smp::vtkSMPThreadLocalAPI< T >::iterator::pointer = T* |
Definition at line 117 of file vtkSMPThreadLocalAPI.h.
using vtk::detail::smp::vtkSMPThreadLocalAPI< T >::iterator::reference = T& |
Definition at line 118 of file vtkSMPThreadLocalAPI.h.
|
default |
|
inline |
Definition at line 122 of file vtkSMPThreadLocalAPI.h.
|
inline |
Definition at line 127 of file vtkSMPThreadLocalAPI.h.
|
inline |
Definition at line 136 of file vtkSMPThreadLocalAPI.h.
|
inline |
Definition at line 142 of file vtkSMPThreadLocalAPI.h.
|
inline |
Definition at line 149 of file vtkSMPThreadLocalAPI.h.
|
inline |
Definition at line 154 of file vtkSMPThreadLocalAPI.h.
|
inline |
Definition at line 159 of file vtkSMPThreadLocalAPI.h.
|
inline |
Definition at line 161 of file vtkSMPThreadLocalAPI.h.
|
friend |
Definition at line 164 of file vtkSMPThreadLocalAPI.h.