Template class for matrix accessor's iterators.
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 | 
| typedef int mrpt::math::detail::ReverseAccessorIterator< A, T >::difference_type | 
Definition at line 126 of file matrix_adaptors.h.
| typedef std::random_access_iterator_tag mrpt::math::detail::ReverseAccessorIterator< A, T >::iterator_category | 
Definition at line 124 of file matrix_adaptors.h.
| typedef T* mrpt::math::detail::ReverseAccessorIterator< A, T >::pointer | 
Definition at line 127 of file matrix_adaptors.h.
| typedef T& mrpt::math::detail::ReverseAccessorIterator< A, T >::reference | 
Definition at line 128 of file matrix_adaptors.h.
| typedef T mrpt::math::detail::ReverseAccessorIterator< A, T >::value_type | 
Definition at line 125 of file matrix_adaptors.h.
      
  | 
  inline | 
Definition at line 130 of file matrix_adaptors.h.
      
  | 
  inline | 
Definition at line 179 of file matrix_adaptors.h.
References mrpt::math::detail::ReverseAccessorIterator< A, T >::operator==().
      
  | 
  inline | 
Definition at line 131 of file matrix_adaptors.h.
References mrpt::math::detail::ReverseAccessorIterator< A, T >::base, and mrpt::math::detail::ReverseAccessorIterator< A, T >::pos.
      
  | 
  inline | 
Definition at line 156 of file matrix_adaptors.h.
      
  | 
  inline | 
Definition at line 134 of file matrix_adaptors.h.
References mrpt::math::detail::ReverseAccessorIterator< A, T >::pos.
      
  | 
  inline | 
Definition at line 138 of file matrix_adaptors.h.
      
  | 
  inline | 
Definition at line 152 of file matrix_adaptors.h.
References mrpt::math::detail::ReverseAccessorIterator< A, T >::pos.
      
  | 
  inline | 
Definition at line 165 of file matrix_adaptors.h.
      
  | 
  inline | 
Definition at line 170 of file matrix_adaptors.h.
References mrpt::math::detail::ReverseAccessorIterator< A, T >::pos.
      
  | 
  inline | 
Definition at line 143 of file matrix_adaptors.h.
References mrpt::math::detail::ReverseAccessorIterator< A, T >::pos.
      
  | 
  inline | 
Definition at line 147 of file matrix_adaptors.h.
      
  | 
  inline | 
Definition at line 161 of file matrix_adaptors.h.
References mrpt::math::detail::ReverseAccessorIterator< A, T >::pos.
      
  | 
  inline | 
Definition at line 176 of file matrix_adaptors.h.
References mrpt::math::detail::ReverseAccessorIterator< A, T >::base, and mrpt::math::detail::ReverseAccessorIterator< A, T >::pos.
Referenced by mrpt::math::detail::ReverseAccessorIterator< A, T >::operator!=().
      
  | 
  inline | 
Definition at line 173 of file matrix_adaptors.h.
References mrpt::math::detail::ReverseAccessorIterator< A, T >::base, and mrpt::math::detail::ReverseAccessorIterator< A, T >::pos.
      
  | 
  protected | 
      
  | 
  protected | 
Definition at line 121 of file matrix_adaptors.h.
Referenced by mrpt::math::detail::ReverseAccessorIterator< A, T >::operator*(), mrpt::math::detail::ReverseAccessorIterator< A, T >::operator++(), mrpt::math::detail::ReverseAccessorIterator< A, T >::operator+=(), mrpt::math::detail::ReverseAccessorIterator< A, T >::operator-(), mrpt::math::detail::ReverseAccessorIterator< A, T >::operator--(), mrpt::math::detail::ReverseAccessorIterator< A, T >::operator-=(), mrpt::math::detail::ReverseAccessorIterator< A, T >::operator==(), and mrpt::math::detail::ReverseAccessorIterator< A, T >::operator[]().
| Page generated by Doxygen 1.8.14 for MRPT 1.5.5 Git: e06b63dbf Fri Dec 1 14:41:11 2017 +0100 at lun oct 28 01:31:35 CET 2019 |