ITK  4.2.0
Insight Segmentation and Registration Toolkit
Public Member Functions | Private Attributes | Friends
itk::FixedArray< TValueType, VLength >::ReverseIterator Class Reference

#include <itkFixedArray.h>

List of all members.

Public Member Functions

bool operator!= (const ReverseIterator &rit) const
ValueTypeoperator* () const
Iterator operator++ ()
Iterator operator++ (int)
Iterator operator-- ()
Iterator operator-- (int)
Iterator operator-> () const
bool operator== (const ReverseIterator &rit) const
 ReverseIterator (Iterator i)

Private Attributes

Iterator m_Iterator

Friends

class ConstReverseIterator

Detailed Description

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

A reverse iterator through an array.

.

Definition at line 90 of file itkFixedArray.h.


Constructor & Destructor Documentation

template<typename TValueType, unsigned int VLength = 3>
itk::FixedArray< TValueType, VLength >::ReverseIterator::ReverseIterator ( Iterator  i)
inlineexplicit

Definition at line 93 of file itkFixedArray.h.


Member Function Documentation

template<typename TValueType, unsigned int VLength = 3>
bool itk::FixedArray< TValueType, VLength >::ReverseIterator::operator!= ( const ReverseIterator rit) const
inline
template<typename TValueType, unsigned int VLength = 3>
ValueType& itk::FixedArray< TValueType, VLength >::ReverseIterator::operator* ( ) const
inline
template<typename TValueType, unsigned int VLength = 3>
Iterator itk::FixedArray< TValueType, VLength >::ReverseIterator::operator++ ( )
inline
template<typename TValueType, unsigned int VLength = 3>
Iterator itk::FixedArray< TValueType, VLength >::ReverseIterator::operator++ ( int  )
inline
template<typename TValueType, unsigned int VLength = 3>
Iterator itk::FixedArray< TValueType, VLength >::ReverseIterator::operator-- ( )
inline
template<typename TValueType, unsigned int VLength = 3>
Iterator itk::FixedArray< TValueType, VLength >::ReverseIterator::operator-- ( int  )
inline
template<typename TValueType, unsigned int VLength = 3>
Iterator itk::FixedArray< TValueType, VLength >::ReverseIterator::operator-> ( ) const
inline
template<typename TValueType, unsigned int VLength = 3>
bool itk::FixedArray< TValueType, VLength >::ReverseIterator::operator== ( const ReverseIterator rit) const
inline

Friends And Related Function Documentation

template<typename TValueType, unsigned int VLength = 3>
friend class ConstReverseIterator
friend

Definition at line 104 of file itkFixedArray.h.


Member Data Documentation

template<typename TValueType, unsigned int VLength = 3>
Iterator itk::FixedArray< TValueType, VLength >::ReverseIterator::m_Iterator
private

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