A const reverse iterator through the array. More...
#include <itkFixedArray.h>
Public Member Functions | |
ConstReverseIterator (ConstIterator i) | |
ConstReverseIterator (const ReverseIterator &rit) | |
bool | operator!= (const ConstReverseIterator &rit) const |
const ValueType & | operator* () const |
ConstIterator | operator++ (int) |
ConstIterator | operator++ () |
ConstIterator | operator-- () |
ConstIterator | operator-- (int) |
ConstIterator | operator-> () const |
bool | operator== (const ConstReverseIterator &rit) const |
A const reverse iterator through the array.
Definition at line 108 of file itkFixedArray.h.
itk::FixedArray< TValueType, VLength >::ConstReverseIterator::ConstReverseIterator | ( | ConstIterator | i | ) | [inline, explicit] |
Definition at line 111 of file itkFixedArray.h.
itk::FixedArray< TValueType, VLength >::ConstReverseIterator::ConstReverseIterator | ( | const ReverseIterator & | rit | ) | [inline] |
Definition at line 112 of file itkFixedArray.h.
bool itk::FixedArray< TValueType, VLength >::ConstReverseIterator::operator!= | ( | const ConstReverseIterator & | rit | ) | const [inline] |
Definition at line 119 of file itkFixedArray.h.
const ValueType& itk::FixedArray< TValueType, VLength >::ConstReverseIterator::operator* | ( | ) | const [inline] |
Definition at line 118 of file itkFixedArray.h.
ConstIterator itk::FixedArray< TValueType, VLength >::ConstReverseIterator::operator++ | ( | int | ) | [inline] |
Definition at line 114 of file itkFixedArray.h.
ConstIterator itk::FixedArray< TValueType, VLength >::ConstReverseIterator::operator++ | ( | ) | [inline] |
Definition at line 113 of file itkFixedArray.h.
ConstIterator itk::FixedArray< TValueType, VLength >::ConstReverseIterator::operator-- | ( | int | ) | [inline] |
Definition at line 116 of file itkFixedArray.h.
ConstIterator itk::FixedArray< TValueType, VLength >::ConstReverseIterator::operator-- | ( | ) | [inline] |
Definition at line 115 of file itkFixedArray.h.
ConstIterator itk::FixedArray< TValueType, VLength >::ConstReverseIterator::operator-> | ( | ) | const [inline] |
Definition at line 117 of file itkFixedArray.h.
bool itk::FixedArray< TValueType, VLength >::ConstReverseIterator::operator== | ( | const ConstReverseIterator & | rit | ) | const [inline] |
Definition at line 120 of file itkFixedArray.h.