A reverse iterator through the array. More...
#include <itkFixedArray.h>
Public Member Functions | |
| bool | operator!= (const ReverseIterator &rit) const |
| ValueType & | operator* () const |
| Iterator | operator++ () |
| Iterator | operator++ (int) |
| Iterator | operator-- () |
| Iterator | operator-- (int) |
| Iterator | operator-> () const |
| bool | operator== (const ReverseIterator &rit) const |
| ReverseIterator (Iterator i) | |
Friends | |
| class | ConstReverseIterator |
A reverse iterator through the array.
Definition at line 89 of file itkFixedArray.h.
| itk::FixedArray< TValueType, VLength >::ReverseIterator::ReverseIterator | ( | Iterator | i | ) | [inline, explicit] |
Definition at line 92 of file itkFixedArray.h.
| bool itk::FixedArray< TValueType, VLength >::ReverseIterator::operator!= | ( | const ReverseIterator & | rit | ) | const [inline] |
Definition at line 99 of file itkFixedArray.h.
| ValueType& itk::FixedArray< TValueType, VLength >::ReverseIterator::operator* | ( | ) | const [inline] |
Definition at line 98 of file itkFixedArray.h.
| Iterator itk::FixedArray< TValueType, VLength >::ReverseIterator::operator++ | ( | int | ) | [inline] |
Definition at line 94 of file itkFixedArray.h.
| Iterator itk::FixedArray< TValueType, VLength >::ReverseIterator::operator++ | ( | ) | [inline] |
Definition at line 93 of file itkFixedArray.h.
| Iterator itk::FixedArray< TValueType, VLength >::ReverseIterator::operator-- | ( | int | ) | [inline] |
Definition at line 96 of file itkFixedArray.h.
| Iterator itk::FixedArray< TValueType, VLength >::ReverseIterator::operator-- | ( | ) | [inline] |
Definition at line 95 of file itkFixedArray.h.
| Iterator itk::FixedArray< TValueType, VLength >::ReverseIterator::operator-> | ( | ) | const [inline] |
Definition at line 97 of file itkFixedArray.h.
| bool itk::FixedArray< TValueType, VLength >::ReverseIterator::operator== | ( | const ReverseIterator & | rit | ) | const [inline] |
Definition at line 100 of file itkFixedArray.h.
friend class ConstReverseIterator [friend] |
Definition at line 103 of file itkFixedArray.h.
1.7.1 written by Dimitri van Heesch,
© 1997-2000