VTK  9.2.6
Public Member Functions | Friends | List of all members
vtk::detail::smp::vtkSMPThreadLocalAPI< T >::iterator Class Reference

#include <vtkSMPThreadLocalAPI.h>

Inherits iterator< std::forward_iterator_tag, T >.

Public Member Functions

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

Friends

class vtkSMPThreadLocalAPI< T >
 

Detailed Description

template<typename T>
class vtk::detail::smp::vtkSMPThreadLocalAPI< T >::iterator

Definition at line 125 of file vtkSMPThreadLocalAPI.h.

Constructor & Destructor Documentation

template<typename T>
vtk::detail::smp::vtkSMPThreadLocalAPI< T >::iterator::iterator ( )
default
template<typename T>
vtk::detail::smp::vtkSMPThreadLocalAPI< T >::iterator::iterator ( const iterator other)
inline

Definition at line 130 of file vtkSMPThreadLocalAPI.h.

Member Function Documentation

template<typename T>
iterator& vtk::detail::smp::vtkSMPThreadLocalAPI< T >::iterator::operator= ( const iterator other)
inline

Definition at line 135 of file vtkSMPThreadLocalAPI.h.

template<typename T>
iterator& vtk::detail::smp::vtkSMPThreadLocalAPI< T >::iterator::operator++ ( )
inline

Definition at line 144 of file vtkSMPThreadLocalAPI.h.

template<typename T>
iterator vtk::detail::smp::vtkSMPThreadLocalAPI< T >::iterator::operator++ ( int  )
inline

Definition at line 150 of file vtkSMPThreadLocalAPI.h.

template<typename T>
bool vtk::detail::smp::vtkSMPThreadLocalAPI< T >::iterator::operator== ( const iterator other)
inline

Definition at line 157 of file vtkSMPThreadLocalAPI.h.

template<typename T>
bool vtk::detail::smp::vtkSMPThreadLocalAPI< T >::iterator::operator!= ( const iterator other)
inline

Definition at line 162 of file vtkSMPThreadLocalAPI.h.

template<typename T>
T& vtk::detail::smp::vtkSMPThreadLocalAPI< T >::iterator::operator* ( )
inline

Definition at line 167 of file vtkSMPThreadLocalAPI.h.

template<typename T>
T* vtk::detail::smp::vtkSMPThreadLocalAPI< T >::iterator::operator-> ( )
inline

Definition at line 169 of file vtkSMPThreadLocalAPI.h.

Friends And Related Function Documentation

template<typename T>
friend class vtkSMPThreadLocalAPI< T >
friend

Definition at line 174 of file vtkSMPThreadLocalAPI.h.


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