VTK
|
#include <vtkSMPThreadLocalObject.h>
Public Member Functions | |
iterator & | operator++ () |
iterator | operator++ (int) |
bool | operator== (const iterator &other) |
bool | operator!= (const iterator &other) |
T *& | operator* () |
T ** | operator-> () |
Friends | |
class | vtkSMPThreadLocalObject< T > |
Subset of the standard iterator API. The most common design pattern is to use iterators in a sequential code block and to use only the thread local objects in parallel code blocks.
Definition at line 154 of file vtkSMPThreadLocalObject.h.
iterator& vtkSMPThreadLocalObject< T >::iterator::operator++ | ( | void | ) | [inline] |
Definition at line 157 of file vtkSMPThreadLocalObject.h.
iterator vtkSMPThreadLocalObject< T >::iterator::operator++ | ( | int | ) | [inline] |
Definition at line 164 of file vtkSMPThreadLocalObject.h.
bool vtkSMPThreadLocalObject< T >::iterator::operator== | ( | const iterator & | other | ) | [inline] |
Definition at line 171 of file vtkSMPThreadLocalObject.h.
bool vtkSMPThreadLocalObject< T >::iterator::operator!= | ( | const iterator & | other | ) | [inline] |
Definition at line 176 of file vtkSMPThreadLocalObject.h.
T*& vtkSMPThreadLocalObject< T >::iterator::operator* | ( | ) | [inline] |
Definition at line 181 of file vtkSMPThreadLocalObject.h.
T** vtkSMPThreadLocalObject< T >::iterator::operator-> | ( | ) | [inline] |
Definition at line 186 of file vtkSMPThreadLocalObject.h.
friend class vtkSMPThreadLocalObject< T > [friend] |
Definition at line 194 of file vtkSMPThreadLocalObject.h.