Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::FixedArray< TValueType, VLength >::ReverseIterator Class Reference

A reverse iterator through the array. More...

#include <itkFixedArray.h>

List of all members.

Public Member Functions

 ReverseIterator (Iterator i)
Iterator operator++ ()
Iterator operator++ (int)
Iterator operator-- ()
Iterator operator-- (int)
Iterator operator-> () const
ValueTypeoperator * () const


Detailed Description

template<typename TValueType, unsigned int VLength = 3>
class itk::FixedArray< TValueType, VLength >::ReverseIterator

A reverse iterator through the array.

Definition at line 81 of file itkFixedArray.h.


Constructor & Destructor Documentation

template<typename TValueType, unsigned int VLength = 3>
itk::FixedArray< TValueType, VLength >::ReverseIterator::ReverseIterator Iterator  i  )  [inline, explicit]
 

Definition at line 84 of file itkFixedArray.h.

References itk::FixedArray< TValueType, VLength >::Iterator.


Member Function Documentation

template<typename TValueType, unsigned int VLength = 3>
ValueType& itk::FixedArray< TValueType, VLength >::ReverseIterator::operator *  )  const [inline]
 

Definition at line 90 of file itkFixedArray.h.

References itk::FixedArray< TValueType, VLength >::ValueType.

template<typename TValueType, unsigned int VLength = 3>
Iterator itk::FixedArray< TValueType, VLength >::ReverseIterator::operator++ int   )  [inline]
 

Definition at line 86 of file itkFixedArray.h.

References itk::FixedArray< TValueType, VLength >::Iterator.

template<typename TValueType, unsigned int VLength = 3>
Iterator itk::FixedArray< TValueType, VLength >::ReverseIterator::operator++  )  [inline]
 

Definition at line 85 of file itkFixedArray.h.

References itk::FixedArray< TValueType, VLength >::Iterator.

template<typename TValueType, unsigned int VLength = 3>
Iterator itk::FixedArray< TValueType, VLength >::ReverseIterator::operator-- int   )  [inline]
 

Definition at line 88 of file itkFixedArray.h.

References itk::FixedArray< TValueType, VLength >::Iterator.

template<typename TValueType, unsigned int VLength = 3>
Iterator itk::FixedArray< TValueType, VLength >::ReverseIterator::operator--  )  [inline]
 

Definition at line 87 of file itkFixedArray.h.

References itk::FixedArray< TValueType, VLength >::Iterator.

template<typename TValueType, unsigned int VLength = 3>
Iterator itk::FixedArray< TValueType, VLength >::ReverseIterator::operator->  )  const [inline]
 

Definition at line 89 of file itkFixedArray.h.

References itk::FixedArray< TValueType, VLength >::Iterator.


The documentation for this class was generated from the following file:
Generated at Sun Apr 1 03:02:02 2007 for ITK by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2000