| 
    VTK
    
   | 
 
Subset of the standard iterator API. More...
#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 157 of file vtkSMPThreadLocalObject.h.
      
  | 
  inline | 
Definition at line 160 of file vtkSMPThreadLocalObject.h.
      
  | 
  inline | 
Definition at line 167 of file vtkSMPThreadLocalObject.h.
      
  | 
  inline | 
Definition at line 174 of file vtkSMPThreadLocalObject.h.
      
  | 
  inline | 
Definition at line 179 of file vtkSMPThreadLocalObject.h.
      
  | 
  inline | 
Definition at line 184 of file vtkSMPThreadLocalObject.h.
      
  | 
  inline | 
Definition at line 189 of file vtkSMPThreadLocalObject.h.
      
  | 
  friend | 
Definition at line 197 of file vtkSMPThreadLocalObject.h.
 1.8.9.1