VTK
9.1.0
|
#include <vtkSMPThreadLocalAPI.h>
Inherits std::iterator< std::forward_iterator_tag, 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) |
bool | operator!= (const iterator &other) |
T & | operator* () |
T * | operator-> () |
Friends | |
class | vtkSMPThreadLocalAPI< T > |
Definition at line 125 of file vtkSMPThreadLocalAPI.h.
|
default |
|
inline |
Definition at line 130 of file vtkSMPThreadLocalAPI.h.
|
inline |
Definition at line 135 of file vtkSMPThreadLocalAPI.h.
|
inline |
Definition at line 144 of file vtkSMPThreadLocalAPI.h.
|
inline |
Definition at line 150 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 167 of file vtkSMPThreadLocalAPI.h.
|
inline |
Definition at line 169 of file vtkSMPThreadLocalAPI.h.
|
friend |
Definition at line 172 of file vtkSMPThreadLocalAPI.h.