VTK
Public Member Functions | Friends
vtkSMPThreadLocalObject< T >::iterator Class Reference

#include <vtkSMPThreadLocalObject.h>

List of all members.

Public Member Functions

iteratoroperator++ ()
bool operator!= (const iterator &other)
T *& operator* ()

Friends

class vtkSMPThreadLocalObject< T >

Detailed Description

template<typename T>
class vtkSMPThreadLocalObject< T >::iterator

Subset of the standard iterator API. The most common design patter is to use iterators in a sequential code block and to use only the thread local objects in parallel code blocks.

Definition at line 132 of file vtkSMPThreadLocalObject.h.


Member Function Documentation

template<typename T>
iterator& vtkSMPThreadLocalObject< T >::iterator::operator++ ( void  ) [inline]

Definition at line 135 of file vtkSMPThreadLocalObject.h.

template<typename T>
bool vtkSMPThreadLocalObject< T >::iterator::operator!= ( const iterator other) [inline]

Definition at line 142 of file vtkSMPThreadLocalObject.h.

template<typename T>
T*& vtkSMPThreadLocalObject< T >::iterator::operator* ( ) [inline]

Definition at line 147 of file vtkSMPThreadLocalObject.h.


Friends And Related Function Documentation

template<typename T>
friend class vtkSMPThreadLocalObject< T > [friend]

Definition at line 155 of file vtkSMPThreadLocalObject.h.


The documentation for this class was generated from the following file: