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

#include <vtkSMPThreadLocalAPI.h>

Inherits std::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

◆ iterator() [1/2]

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

◆ iterator() [2/2]

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

◆ operator=()

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

Definition at line 135 of file vtkSMPThreadLocalAPI.h.

◆ operator++() [1/2]

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

Definition at line 144 of file vtkSMPThreadLocalAPI.h.

◆ operator++() [2/2]

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

Definition at line 150 of file vtkSMPThreadLocalAPI.h.

◆ operator==()

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

Definition at line 157 of file vtkSMPThreadLocalAPI.h.

◆ operator!=()

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

Definition at line 162 of file vtkSMPThreadLocalAPI.h.

◆ operator*()

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

Definition at line 167 of file vtkSMPThreadLocalAPI.h.

◆ operator->()

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

◆ vtkSMPThreadLocalAPI< T >

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

Definition at line 172 of file vtkSMPThreadLocalAPI.h.


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