Bayesian Filtering Library
Generated from SVN r
|
1st base class of all matrix reverse iterators. (non-MSVC version) More...
#include <asirfilter.h>
Public Member Functions | |
BOOST_UBLAS_INLINE | reverse_iterator_base1 (const iterator_type &it) |
BOOST_UBLAS_INLINE reverse_iterator_base1 & | operator++ () |
BOOST_UBLAS_INLINE reverse_iterator_base1 | operator++ (int) |
BOOST_UBLAS_INLINE reverse_iterator_base1 & | operator-- () |
BOOST_UBLAS_INLINE reverse_iterator_base1 | operator-- (int) |
BOOST_UBLAS_INLINE reverse_iterator_base1 & | operator+= (difference_type n) |
BOOST_UBLAS_INLINE reverse_iterator_base1 & | operator-= (difference_type n) |
BOOST_UBLAS_INLINE const container_type & | operator() () const |
BOOST_UBLAS_INLINE size_type | index1 () const |
BOOST_UBLAS_INLINE size_type | index2 () const |
BOOST_UBLAS_INLINE dual_iterator_type | begin () const |
BOOST_UBLAS_INLINE dual_iterator_type | end () const |
BOOST_UBLAS_INLINE dual_reverse_iterator_type | rbegin () const |
BOOST_UBLAS_INLINE dual_reverse_iterator_type | rend () const |
Friends | |
BOOST_UBLAS_INLINE friend reverse_iterator_base1 | operator+ (const reverse_iterator_base1 &it, difference_type n) |
BOOST_UBLAS_INLINE friend reverse_iterator_base1 | operator+ (difference_type n, const reverse_iterator_base1 &it) |
BOOST_UBLAS_INLINE friend reverse_iterator_base1 | operator- (const reverse_iterator_base1 &it, difference_type n) |
BOOST_UBLAS_INLINE friend difference_type | operator- (const reverse_iterator_base1 &it1, const reverse_iterator_base1 &it2) |
1st base class of all matrix reverse iterators. (non-MSVC version)
I | the derived iterator type |
The reverse iterator implements a bidirectional iterator reversing the elements of the underlying iterator. It implements most operators of a random access iterator.
uBLAS extension: it.index1(), it.index2() and access to the dual iterator via begin(), end(), rbegin(), rend()
Definition at line 405 of file asirfilter.h.