VTK  9.3.1
Public Types | Public Member Functions | Friends | List of all members
vtk::detail::ConstValueIterator< ArrayType, TupleSize > Struct Template Reference

#include <vtkDataArrayValueRange_Generic.h>

Public Types

using iterator_category = std::random_access_iterator_tag
 
using value_type = APIType
 
using difference_type = ValueIdType
 
using pointer = void
 
using reference = ConstValueReference< ArrayType, TupleSize >
 

Public Member Functions

VTK_ITER_INLINE ConstValueIterator () noexcept
 
VTK_ITER_INLINE ConstValueIterator (ArrayType *array, IdStorageType id) noexcept
 
VTK_ITER_INLINE ConstValueIterator (const ValueIterator< ArrayType, TupleSize > &o) noexcept
 
VTK_ITER_INLINE ConstValueIterator (const ConstValueIterator &o) noexcept=default
 
VTK_ITER_INLINE ConstValueIteratoroperator= (const ConstValueIterator &o) noexcept=default
 
VTK_ITER_INLINE ConstValueIteratoroperator++ () noexcept
 
VTK_ITER_INLINE ConstValueIterator operator++ (int) noexcept
 
VTK_ITER_INLINE ConstValueIteratoroperator-- () noexcept
 
VTK_ITER_INLINE ConstValueIterator operator-- (int) noexcept
 
VTK_ITER_INLINE reference operator[] (difference_type i) const noexcept
 
VTK_ITER_INLINE reference operator* () const noexcept
 
VTK_ITER_INLINE ConstValueIteratoroperator+= (difference_type offset) noexcept
 
VTK_ITER_INLINE ConstValueIteratoroperator-= (difference_type offset) noexcept
 

Friends

VTK_ITER_INLINE ConstValueIterator operator+ (const ConstValueIterator &it, difference_type offset) noexcept
 
VTK_ITER_INLINE ConstValueIterator operator+ (difference_type offset, const ConstValueIterator &it) noexcept
 
VTK_ITER_INLINE ConstValueIterator operator- (const ConstValueIterator &it, difference_type offset) noexcept
 
VTK_ITER_INLINE difference_type operator- (const ConstValueIterator &it1, const ConstValueIterator &it2) noexcept
 
VTK_ITER_INLINE void swap (ConstValueIterator &lhs, ConstValueIterator &rhs) noexcept
 

Detailed Description

template<typename ArrayType, ComponentIdType TupleSize>
struct vtk::detail::ConstValueIterator< ArrayType, TupleSize >

Definition at line 36 of file vtkDataArrayValueRange_Generic.h.

Member Typedef Documentation

template<typename ArrayType , ComponentIdType TupleSize>
using vtk::detail::ConstValueIterator< ArrayType, TupleSize >::iterator_category = std::random_access_iterator_tag

Definition at line 506 of file vtkDataArrayValueRange_Generic.h.

template<typename ArrayType , ComponentIdType TupleSize>
using vtk::detail::ConstValueIterator< ArrayType, TupleSize >::value_type = APIType

Definition at line 507 of file vtkDataArrayValueRange_Generic.h.

template<typename ArrayType , ComponentIdType TupleSize>
using vtk::detail::ConstValueIterator< ArrayType, TupleSize >::difference_type = ValueIdType

Definition at line 508 of file vtkDataArrayValueRange_Generic.h.

template<typename ArrayType , ComponentIdType TupleSize>
using vtk::detail::ConstValueIterator< ArrayType, TupleSize >::pointer = void

Definition at line 509 of file vtkDataArrayValueRange_Generic.h.

template<typename ArrayType , ComponentIdType TupleSize>
using vtk::detail::ConstValueIterator< ArrayType, TupleSize >::reference = ConstValueReference<ArrayType, TupleSize>

Definition at line 510 of file vtkDataArrayValueRange_Generic.h.

Constructor & Destructor Documentation

template<typename ArrayType , ComponentIdType TupleSize>
VTK_ITER_INLINE vtk::detail::ConstValueIterator< ArrayType, TupleSize >::ConstValueIterator ( )
inlinenoexcept

Definition at line 513 of file vtkDataArrayValueRange_Generic.h.

template<typename ArrayType , ComponentIdType TupleSize>
VTK_ITER_INLINE vtk::detail::ConstValueIterator< ArrayType, TupleSize >::ConstValueIterator ( ArrayType *  array,
IdStorageType  id 
)
inlinenoexcept

Definition at line 520 of file vtkDataArrayValueRange_Generic.h.

template<typename ArrayType , ComponentIdType TupleSize>
VTK_ITER_INLINE vtk::detail::ConstValueIterator< ArrayType, TupleSize >::ConstValueIterator ( const ValueIterator< ArrayType, TupleSize > &  o)
inlinenoexcept

Definition at line 528 of file vtkDataArrayValueRange_Generic.h.

template<typename ArrayType , ComponentIdType TupleSize>
VTK_ITER_INLINE vtk::detail::ConstValueIterator< ArrayType, TupleSize >::ConstValueIterator ( const ConstValueIterator< ArrayType, TupleSize > &  o)
defaultnoexcept

Member Function Documentation

template<typename ArrayType , ComponentIdType TupleSize>
VTK_ITER_INLINE ConstValueIterator& vtk::detail::ConstValueIterator< ArrayType, TupleSize >::operator= ( const ConstValueIterator< ArrayType, TupleSize > &  o)
defaultnoexcept
template<typename ArrayType , ComponentIdType TupleSize>
VTK_ITER_INLINE ConstValueIterator& vtk::detail::ConstValueIterator< ArrayType, TupleSize >::operator++ ( )
inlinenoexcept

Definition at line 540 of file vtkDataArrayValueRange_Generic.h.

template<typename ArrayType , ComponentIdType TupleSize>
VTK_ITER_INLINE ConstValueIterator vtk::detail::ConstValueIterator< ArrayType, TupleSize >::operator++ ( int  )
inlinenoexcept

Definition at line 548 of file vtkDataArrayValueRange_Generic.h.

template<typename ArrayType , ComponentIdType TupleSize>
VTK_ITER_INLINE ConstValueIterator& vtk::detail::ConstValueIterator< ArrayType, TupleSize >::operator-- ( )
inlinenoexcept

Definition at line 556 of file vtkDataArrayValueRange_Generic.h.

template<typename ArrayType , ComponentIdType TupleSize>
VTK_ITER_INLINE ConstValueIterator vtk::detail::ConstValueIterator< ArrayType, TupleSize >::operator-- ( int  )
inlinenoexcept

Definition at line 564 of file vtkDataArrayValueRange_Generic.h.

template<typename ArrayType , ComponentIdType TupleSize>
VTK_ITER_INLINE reference vtk::detail::ConstValueIterator< ArrayType, TupleSize >::operator[] ( difference_type  i) const
inlinenoexcept

Definition at line 572 of file vtkDataArrayValueRange_Generic.h.

template<typename ArrayType , ComponentIdType TupleSize>
VTK_ITER_INLINE reference vtk::detail::ConstValueIterator< ArrayType, TupleSize >::operator* ( ) const
inlinenoexcept

Definition at line 578 of file vtkDataArrayValueRange_Generic.h.

template<typename ArrayType , ComponentIdType TupleSize>
VTK_ITER_INLINE ConstValueIterator& vtk::detail::ConstValueIterator< ArrayType, TupleSize >::operator+= ( difference_type  offset)
inlinenoexcept

Definition at line 600 of file vtkDataArrayValueRange_Generic.h.

template<typename ArrayType , ComponentIdType TupleSize>
VTK_ITER_INLINE ConstValueIterator& vtk::detail::ConstValueIterator< ArrayType, TupleSize >::operator-= ( difference_type  offset)
inlinenoexcept

Definition at line 620 of file vtkDataArrayValueRange_Generic.h.

Friends And Related Function Documentation

template<typename ArrayType , ComponentIdType TupleSize>
VTK_ITER_INLINE ConstValueIterator operator+ ( const ConstValueIterator< ArrayType, TupleSize > &  it,
difference_type  offset 
)
friend

Definition at line 607 of file vtkDataArrayValueRange_Generic.h.

template<typename ArrayType , ComponentIdType TupleSize>
VTK_ITER_INLINE ConstValueIterator operator+ ( difference_type  offset,
const ConstValueIterator< ArrayType, TupleSize > &  it 
)
friend

Definition at line 613 of file vtkDataArrayValueRange_Generic.h.

template<typename ArrayType , ComponentIdType TupleSize>
VTK_ITER_INLINE ConstValueIterator operator- ( const ConstValueIterator< ArrayType, TupleSize > &  it,
difference_type  offset 
)
friend

Definition at line 627 of file vtkDataArrayValueRange_Generic.h.

template<typename ArrayType , ComponentIdType TupleSize>
VTK_ITER_INLINE difference_type operator- ( const ConstValueIterator< ArrayType, TupleSize > &  it1,
const ConstValueIterator< ArrayType, TupleSize > &  it2 
)
friend

Definition at line 633 of file vtkDataArrayValueRange_Generic.h.

template<typename ArrayType , ComponentIdType TupleSize>
VTK_ITER_INLINE void swap ( ConstValueIterator< ArrayType, TupleSize > &  lhs,
ConstValueIterator< ArrayType, TupleSize > &  rhs 
)
friend

Definition at line 640 of file vtkDataArrayValueRange_Generic.h.


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