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

#include <vtkSMPThreadLocal.h>

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 101 of file vtkSMPThreadLocal.h.

Member Function Documentation

◆ operator++() [1/2]

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

Definition at line 104 of file vtkSMPThreadLocal.h.

◆ operator++() [2/2]

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

Definition at line 123 of file vtkSMPThreadLocal.h.

◆ operator==()

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

Definition at line 130 of file vtkSMPThreadLocal.h.

◆ operator!=()

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

Definition at line 135 of file vtkSMPThreadLocal.h.

◆ operator *()

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

Definition at line 140 of file vtkSMPThreadLocal.h.

◆ operator->()

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

Definition at line 145 of file vtkSMPThreadLocal.h.

Friends And Related Function Documentation

◆ vtkSMPThreadLocal< T >

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

Definition at line 151 of file vtkSMPThreadLocal.h.


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