VTK
9.4.20241123
|
#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 114 of file vtkSMPThreadLocalAPI.h.
using vtk::detail::smp::vtkSMPThreadLocalAPI< T >::iterator::iterator_category = std::forward_iterator_tag |
Definition at line 117 of file vtkSMPThreadLocalAPI.h.
using vtk::detail::smp::vtkSMPThreadLocalAPI< T >::iterator::value_type = T |
Definition at line 118 of file vtkSMPThreadLocalAPI.h.
using vtk::detail::smp::vtkSMPThreadLocalAPI< T >::iterator::difference_type = std::ptrdiff_t |
Definition at line 119 of file vtkSMPThreadLocalAPI.h.
using vtk::detail::smp::vtkSMPThreadLocalAPI< T >::iterator::pointer = T* |
Definition at line 120 of file vtkSMPThreadLocalAPI.h.
using vtk::detail::smp::vtkSMPThreadLocalAPI< T >::iterator::reference = T& |
Definition at line 121 of file vtkSMPThreadLocalAPI.h.
|
default |
|
inline |
Definition at line 125 of file vtkSMPThreadLocalAPI.h.
|
inline |
Definition at line 130 of file vtkSMPThreadLocalAPI.h.
|
inline |
Definition at line 139 of file vtkSMPThreadLocalAPI.h.
|
inline |
Definition at line 145 of file vtkSMPThreadLocalAPI.h.
|
inline |
Definition at line 152 of file vtkSMPThreadLocalAPI.h.
|
inline |
Definition at line 157 of file vtkSMPThreadLocalAPI.h.
|
inline |
Definition at line 162 of file vtkSMPThreadLocalAPI.h.
|
inline |
Definition at line 164 of file vtkSMPThreadLocalAPI.h.
|
friend |
Definition at line 167 of file vtkSMPThreadLocalAPI.h.