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

#include <itkFixedArray.h>

Detailed Description

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

A reverse iterator through an array.

Definition at line 77 of file itkFixedArray.h.

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
 

Constructor & Destructor Documentation

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

Definition at line 80 of file itkFixedArray.h.

Member Function Documentation

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

Definition at line 86 of file itkFixedArray.h.

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

Definition at line 81 of file itkFixedArray.h.

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

Definition at line 82 of file itkFixedArray.h.

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

Definition at line 83 of file itkFixedArray.h.

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

Definition at line 84 of file itkFixedArray.h.

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

Definition at line 85 of file itkFixedArray.h.

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

Friends And Related Function Documentation

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

Definition at line 92 of file itkFixedArray.h.

Member Data Documentation

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

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