VTK  9.4.20251007
vtk::detail::smp::vtkSMPThreadLocalAPI< T >::iterator Class Reference

#include <vtkSMPThreadLocalAPI.h>

Public Types

using iterator_category = std::forward_iterator_tag
using value_type = T
using difference_type = std::ptrdiff_t
using pointer = T*
using reference = T&

Public Member Functions

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

Friends

class vtkSMPThreadLocalAPI< T >

Detailed Description

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

Definition at line 114 of file vtkSMPThreadLocalAPI.h.

Member Typedef Documentation

◆ iterator_category

template<typename T>
using vtk::detail::smp::vtkSMPThreadLocalAPI< T >::iterator::iterator_category = std::forward_iterator_tag

Definition at line 117 of file vtkSMPThreadLocalAPI.h.

◆ value_type

template<typename T>
using vtk::detail::smp::vtkSMPThreadLocalAPI< T >::iterator::value_type = T

Definition at line 118 of file vtkSMPThreadLocalAPI.h.

◆ difference_type

template<typename T>
using vtk::detail::smp::vtkSMPThreadLocalAPI< T >::iterator::difference_type = std::ptrdiff_t

Definition at line 119 of file vtkSMPThreadLocalAPI.h.

◆ pointer

template<typename T>
using vtk::detail::smp::vtkSMPThreadLocalAPI< T >::iterator::pointer = T*

Definition at line 120 of file vtkSMPThreadLocalAPI.h.

◆ reference

template<typename T>
using vtk::detail::smp::vtkSMPThreadLocalAPI< T >::iterator::reference = T&

Definition at line 121 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 125 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 130 of file vtkSMPThreadLocalAPI.h.

◆ operator++() [1/2]

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

Definition at line 139 of file vtkSMPThreadLocalAPI.h.

◆ operator++() [2/2]

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

Definition at line 145 of file vtkSMPThreadLocalAPI.h.

◆ operator==()

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

Definition at line 152 of file vtkSMPThreadLocalAPI.h.

◆ operator!=()

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

Definition at line 157 of file vtkSMPThreadLocalAPI.h.

◆ operator*()

template<typename T>
T & vtk::detail::smp::vtkSMPThreadLocalAPI< T >::iterator::operator* ( )
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 164 of file vtkSMPThreadLocalAPI.h.

◆ vtkSMPThreadLocalAPI< T >

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

Definition at line 167 of file vtkSMPThreadLocalAPI.h.


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