Public Member Functions | Friends | List of all members
vtkSMPThreadLocal< T >::iterator Class Reference

#include <vtkSMPThreadLocal.h>

Inherits iterator< std::forward_iterator_tag, T >.

Public Member Functions

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

Friends

class vtkSMPThreadLocal< T >
 

Detailed Description

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

Definition at line 102 of file vtkSMPThreadLocal.h.

Member Function Documentation

◆ operator++() [1/2]

template<typename T>
iterator& vtkSMPThreadLocal< T >::iterator::operator++ ( )
inline

Definition at line 106 of file vtkSMPThreadLocal.h.

◆ operator++() [2/2]

template<typename T>
iterator vtkSMPThreadLocal< T >::iterator::operator++ ( int  )
inline

Definition at line 125 of file vtkSMPThreadLocal.h.

◆ operator==()

template<typename T>
bool vtkSMPThreadLocal< T >::iterator::operator== ( const iterator other)
inline

Definition at line 132 of file vtkSMPThreadLocal.h.

◆ operator!=()

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

Definition at line 137 of file vtkSMPThreadLocal.h.

◆ operator*()

template<typename T>
T& vtkSMPThreadLocal< T >::iterator::operator* ( )
inline

Definition at line 142 of file vtkSMPThreadLocal.h.

◆ operator->()

template<typename T>
T* vtkSMPThreadLocal< T >::iterator::operator-> ( )
inline

Definition at line 147 of file vtkSMPThreadLocal.h.

Friends And Related Function Documentation

◆ vtkSMPThreadLocal< T >

template<typename T>
friend class vtkSMPThreadLocal< T >
friend

Definition at line 153 of file vtkSMPThreadLocal.h.


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