Template class for matrix accessor's iterators. More...
#include <mrpt/math/CMatrixTemplate.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 |
Template class for matrix accessor's iterators.
Definition at line 1777 of file CMatrixTemplate.h.
| typedef int mrpt::math::ReverseAccessorIterator< A, T >::difference_type |
Definition at line 1785 of file CMatrixTemplate.h.
| typedef std::random_access_iterator_tag mrpt::math::ReverseAccessorIterator< A, T >::iterator_category |
Definition at line 1783 of file CMatrixTemplate.h.
| typedef T* mrpt::math::ReverseAccessorIterator< A, T >::pointer |
Definition at line 1786 of file CMatrixTemplate.h.
| typedef T& mrpt::math::ReverseAccessorIterator< A, T >::reference |
Definition at line 1787 of file CMatrixTemplate.h.
| typedef T mrpt::math::ReverseAccessorIterator< A, T >::value_type |
Definition at line 1784 of file CMatrixTemplate.h.
| mrpt::math::ReverseAccessorIterator< A, T >::ReverseAccessorIterator | ( | A & | obj, | |
| size_t | N | |||
| ) | [inline] |
Definition at line 1789 of file CMatrixTemplate.h.
| bool mrpt::math::ReverseAccessorIterator< A, T >::operator!= | ( | const ReverseAccessorIterator< A, T > & | it | ) | const [inline] |
Definition at line 1838 of file CMatrixTemplate.h.
References mrpt::math::ReverseAccessorIterator< A, T >::operator==().
| T& mrpt::math::ReverseAccessorIterator< A, T >::operator* | ( | void | ) | const [inline] |
Definition at line 1790 of file CMatrixTemplate.h.
References mrpt::math::ReverseAccessorIterator< A, T >::base, and mrpt::math::ReverseAccessorIterator< A, T >::pos.
| ReverseAccessorIterator<A,T> mrpt::math::ReverseAccessorIterator< A, T >::operator+ | ( | int | off | ) | const [inline] |
Definition at line 1815 of file CMatrixTemplate.h.
| ReverseAccessorIterator<A,T> mrpt::math::ReverseAccessorIterator< A, T >::operator++ | ( | int | ) | [inline] |
Definition at line 1797 of file CMatrixTemplate.h.
| ReverseAccessorIterator<A,T>& mrpt::math::ReverseAccessorIterator< A, T >::operator++ | ( | ) | [inline] |
Definition at line 1793 of file CMatrixTemplate.h.
References mrpt::math::ReverseAccessorIterator< A, T >::pos.
| ReverseAccessorIterator<A,T>& mrpt::math::ReverseAccessorIterator< A, T >::operator+= | ( | int | off | ) | [inline] |
Definition at line 1811 of file CMatrixTemplate.h.
References mrpt::math::ReverseAccessorIterator< A, T >::pos.
| int mrpt::math::ReverseAccessorIterator< A, T >::operator- | ( | const ReverseAccessorIterator< A, T > & | it | ) | const [inline] |
Definition at line 1829 of file CMatrixTemplate.h.
References mrpt::math::ReverseAccessorIterator< A, T >::pos.
| AccessorIterator<A,T> mrpt::math::ReverseAccessorIterator< A, T >::operator- | ( | int | off | ) | const [inline] |
Definition at line 1824 of file CMatrixTemplate.h.
| ReverseAccessorIterator<A,T> mrpt::math::ReverseAccessorIterator< A, T >::operator-- | ( | int | ) | [inline] |
Definition at line 1806 of file CMatrixTemplate.h.
| ReverseAccessorIterator<A,T>& mrpt::math::ReverseAccessorIterator< A, T >::operator-- | ( | ) | [inline] |
Definition at line 1802 of file CMatrixTemplate.h.
References mrpt::math::ReverseAccessorIterator< A, T >::pos.
| AccessorIterator<A,T>& mrpt::math::ReverseAccessorIterator< A, T >::operator-= | ( | int | off | ) | [inline] |
Definition at line 1820 of file CMatrixTemplate.h.
References mrpt::math::ReverseAccessorIterator< A, T >::pos.
| bool mrpt::math::ReverseAccessorIterator< A, T >::operator== | ( | const ReverseAccessorIterator< A, T > & | it | ) | const [inline] |
Definition at line 1835 of file CMatrixTemplate.h.
References mrpt::math::ReverseAccessorIterator< A, T >::base, and mrpt::math::ReverseAccessorIterator< A, T >::pos.
Referenced by mrpt::math::ReverseAccessorIterator< A, T >::operator!=().
| T& mrpt::math::ReverseAccessorIterator< A, T >::operator[] | ( | int | off | ) | const [inline] |
Definition at line 1832 of file CMatrixTemplate.h.
References mrpt::math::ReverseAccessorIterator< A, T >::base, and mrpt::math::ReverseAccessorIterator< A, T >::pos.
A* mrpt::math::ReverseAccessorIterator< A, T >::base [protected] |
Definition at line 1779 of file CMatrixTemplate.h.
Referenced by mrpt::math::ReverseAccessorIterator< A, T >::operator*(), mrpt::math::ReverseAccessorIterator< A, T >::operator==(), and mrpt::math::ReverseAccessorIterator< A, T >::operator[]().
int mrpt::math::ReverseAccessorIterator< A, T >::pos [protected] |
Definition at line 1780 of file CMatrixTemplate.h.
Referenced by mrpt::math::ReverseAccessorIterator< A, T >::operator*(), mrpt::math::ReverseAccessorIterator< A, T >::operator++(), mrpt::math::ReverseAccessorIterator< A, T >::operator+=(), mrpt::math::ReverseAccessorIterator< A, T >::operator-(), mrpt::math::ReverseAccessorIterator< A, T >::operator--(), mrpt::math::ReverseAccessorIterator< A, T >::operator-=(), mrpt::math::ReverseAccessorIterator< A, T >::operator==(), and mrpt::math::ReverseAccessorIterator< A, T >::operator[]().
| Page generated by Doxygen 1.6.2 for MRPT 0.8.1 SVN:exported at Mon Feb 15 22:01:07 UTC 2010 |