Main MRPT website > C++ reference for MRPT 1.4.0
List of all members | Public Types | Public Member Functions | Protected Attributes
mrpt::math::detail::ReverseAccessorIterator< A, T > Class Template Reference

Detailed Description

template<typename A, typename T>
class mrpt::math::detail::ReverseAccessorIterator< A, T >

Template class for matrix accessor's iterators.

See also
CMatrixRowAccessor,CMatrixColumnAccessor

Definition at line 118 of file matrix_adaptors.h.

#include <mrpt/math/matrix_adaptors.h>

Public Types

typedef std::random_access_iterator_tag iterator_category
 
typedef T value_type
 
typedef int difference_type
 
typedef T * pointer
 
typedef T & reference
 

Public Member Functions

 ReverseAccessorIterator (A &obj, size_t N)
 
T & operator* () const
 
ReverseAccessorIterator< A, T > & operator++ ()
 
ReverseAccessorIterator< A, T > operator++ (int)
 
ReverseAccessorIterator< A, T > & operator-- ()
 
ReverseAccessorIterator< A, T > operator-- (int)
 
ReverseAccessorIterator< A, T > & operator+= (int off)
 
ReverseAccessorIterator< A, T > operator+ (int off) const
 
AccessorIterator< A, T > & operator-= (int off)
 
AccessorIterator< A, T > operator- (int off) const
 
int operator- (const ReverseAccessorIterator< A, T > &it) const
 
T & operator[] (int off) const
 
bool operator== (const ReverseAccessorIterator< A, T > &it) const
 
bool operator!= (const ReverseAccessorIterator< A, T > &it) const
 

Protected Attributes

A * base
 
int pos
 

Member Typedef Documentation

template<typename A, typename T>
typedef int mrpt::math::detail::ReverseAccessorIterator< A, T >::difference_type

Definition at line 126 of file matrix_adaptors.h.

template<typename A, typename T>
typedef std::random_access_iterator_tag mrpt::math::detail::ReverseAccessorIterator< A, T >::iterator_category

Definition at line 124 of file matrix_adaptors.h.

template<typename A, typename T>
typedef T* mrpt::math::detail::ReverseAccessorIterator< A, T >::pointer

Definition at line 127 of file matrix_adaptors.h.

template<typename A, typename T>
typedef T& mrpt::math::detail::ReverseAccessorIterator< A, T >::reference

Definition at line 128 of file matrix_adaptors.h.

template<typename A, typename T>
typedef T mrpt::math::detail::ReverseAccessorIterator< A, T >::value_type

Definition at line 125 of file matrix_adaptors.h.

Constructor & Destructor Documentation

template<typename A, typename T>
mrpt::math::detail::ReverseAccessorIterator< A, T >::ReverseAccessorIterator ( A &  obj,
size_t  N 
)
inline

Definition at line 130 of file matrix_adaptors.h.

Member Function Documentation

template<typename A, typename T>
bool mrpt::math::detail::ReverseAccessorIterator< A, T >::operator!= ( const ReverseAccessorIterator< A, T > &  it) const
inline

Definition at line 179 of file matrix_adaptors.h.

References mrpt::math::operator==().

template<typename A, typename T>
T& mrpt::math::detail::ReverseAccessorIterator< A, T >::operator* ( ) const
inline

Definition at line 131 of file matrix_adaptors.h.

template<typename A, typename T>
ReverseAccessorIterator<A,T> mrpt::math::detail::ReverseAccessorIterator< A, T >::operator+ ( int  off) const
inline

Definition at line 156 of file matrix_adaptors.h.

template<typename A, typename T>
ReverseAccessorIterator<A,T>& mrpt::math::detail::ReverseAccessorIterator< A, T >::operator++ ( )
inline

Definition at line 134 of file matrix_adaptors.h.

template<typename A, typename T>
ReverseAccessorIterator<A,T> mrpt::math::detail::ReverseAccessorIterator< A, T >::operator++ ( int  )
inline

Definition at line 138 of file matrix_adaptors.h.

template<typename A, typename T>
ReverseAccessorIterator<A,T>& mrpt::math::detail::ReverseAccessorIterator< A, T >::operator+= ( int  off)
inline

Definition at line 152 of file matrix_adaptors.h.

template<typename A, typename T>
AccessorIterator<A,T> mrpt::math::detail::ReverseAccessorIterator< A, T >::operator- ( int  off) const
inline

Definition at line 165 of file matrix_adaptors.h.

template<typename A, typename T>
int mrpt::math::detail::ReverseAccessorIterator< A, T >::operator- ( const ReverseAccessorIterator< A, T > &  it) const
inline
template<typename A, typename T>
ReverseAccessorIterator<A,T>& mrpt::math::detail::ReverseAccessorIterator< A, T >::operator-- ( )
inline

Definition at line 143 of file matrix_adaptors.h.

template<typename A, typename T>
ReverseAccessorIterator<A,T> mrpt::math::detail::ReverseAccessorIterator< A, T >::operator-- ( int  )
inline

Definition at line 147 of file matrix_adaptors.h.

template<typename A, typename T>
AccessorIterator<A,T>& mrpt::math::detail::ReverseAccessorIterator< A, T >::operator-= ( int  off)
inline

Definition at line 161 of file matrix_adaptors.h.

template<typename A, typename T>
bool mrpt::math::detail::ReverseAccessorIterator< A, T >::operator== ( const ReverseAccessorIterator< A, T > &  it) const
inline
template<typename A, typename T>
T& mrpt::math::detail::ReverseAccessorIterator< A, T >::operator[] ( int  off) const
inline

Definition at line 173 of file matrix_adaptors.h.

Member Data Documentation

template<typename A, typename T>
A* mrpt::math::detail::ReverseAccessorIterator< A, T >::base
protected
template<typename A, typename T>
int mrpt::math::detail::ReverseAccessorIterator< A, T >::pos
protected



Page generated by Doxygen 1.8.11 for MRPT 1.4.0 SVN:Unversioned directory at Sun Jul 10 11:38:36 UTC 2016