ITK  4.13.0
Insight Segmentation and Registration Toolkit
Public Member Functions | Private Attributes | List of all members
itk::FixedArray< TValue, VLength >::ConstReverseIterator Class Reference

#include <itkFixedArray.h>

Detailed Description

template<typename TValue, unsigned int VLength = 3>
class itk::FixedArray< TValue, VLength >::ConstReverseIterator

A const reverse iterator through an array.

Definition at line 99 of file itkFixedArray.h.

Public Member Functions

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

Private Attributes

ConstIterator m_Iterator
 

Constructor & Destructor Documentation

template<typename TValue, unsigned int VLength = 3>
itk::FixedArray< TValue, VLength >::ConstReverseIterator::ConstReverseIterator ( ConstIterator  i)
inlineexplicit

Definition at line 102 of file itkFixedArray.h.

template<typename TValue, unsigned int VLength = 3>
itk::FixedArray< TValue, VLength >::ConstReverseIterator::ConstReverseIterator ( const ReverseIterator rit)
inline

Member Function Documentation

template<typename TValue, unsigned int VLength = 3>
bool itk::FixedArray< TValue, VLength >::ConstReverseIterator::operator!= ( const ConstReverseIterator rit) const
inline
template<typename TValue, unsigned int VLength = 3>
const ValueType& itk::FixedArray< TValue, VLength >::ConstReverseIterator::operator* ( ) const
inline

Definition at line 109 of file itkFixedArray.h.

template<typename TValue, unsigned int VLength = 3>
ConstIterator itk::FixedArray< TValue, VLength >::ConstReverseIterator::operator++ ( )
inline

Definition at line 104 of file itkFixedArray.h.

template<typename TValue, unsigned int VLength = 3>
ConstIterator itk::FixedArray< TValue, VLength >::ConstReverseIterator::operator++ ( int  )
inline

Definition at line 105 of file itkFixedArray.h.

template<typename TValue, unsigned int VLength = 3>
ConstIterator itk::FixedArray< TValue, VLength >::ConstReverseIterator::operator-- ( )
inline

Definition at line 106 of file itkFixedArray.h.

template<typename TValue, unsigned int VLength = 3>
ConstIterator itk::FixedArray< TValue, VLength >::ConstReverseIterator::operator-- ( int  )
inline

Definition at line 107 of file itkFixedArray.h.

template<typename TValue, unsigned int VLength = 3>
ConstIterator itk::FixedArray< TValue, VLength >::ConstReverseIterator::operator-> ( ) const
inline

Definition at line 108 of file itkFixedArray.h.

template<typename TValue, unsigned int VLength = 3>
bool itk::FixedArray< TValue, VLength >::ConstReverseIterator::operator== ( const ConstReverseIterator rit) const
inline

Member Data Documentation

template<typename TValue, unsigned int VLength = 3>
ConstIterator itk::FixedArray< TValue, VLength >::ConstReverseIterator::m_Iterator
private

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