|
BOOST_UBLAS_INLINE derived_iterator_type | operator++ (int) |
|
BOOST_UBLAS_INLINE derived_iterator_type | operator-- (int) |
|
BOOST_UBLAS_INLINE derived_iterator_type | operator+ (derived_difference_type n) const |
|
BOOST_UBLAS_INLINE derived_iterator_type | operator- (derived_difference_type n) const |
|
BOOST_UBLAS_INLINE bool | operator!= (const derived_iterator_type &it) const |
|
BOOST_UBLAS_INLINE bool | operator<= (const derived_iterator_type &it) const |
|
BOOST_UBLAS_INLINE bool | operator>= (const derived_iterator_type &it) const |
|
BOOST_UBLAS_INLINE bool | operator> (const derived_iterator_type &it) const |
|
|
BOOST_UBLAS_INLINE friend derived_iterator_type | operator++ (derived_iterator_type &d, int) |
|
BOOST_UBLAS_INLINE friend derived_iterator_type | operator-- (derived_iterator_type &d, int) |
|
BOOST_UBLAS_INLINE friend derived_iterator_type | operator+ (const derived_iterator_type &d, derived_difference_type n) |
|
BOOST_UBLAS_INLINE friend derived_iterator_type | operator+ (derived_difference_type n, const derived_iterator_type &d) |
|
BOOST_UBLAS_INLINE friend derived_iterator_type | operator- (const derived_iterator_type &d, derived_difference_type n) |
|
template<class IC, class I, class T, class D = std::ptrdiff_t>
struct BFL::boost::numeric::ublas::random_access_iterator_base< IC, I, T, D >
Base class of all random access iterators.
- Parameters
-
IC | the iterator category |
I | the derived iterator type |
T | the value type |
D | the difference type, default: std::ptrdiff_t |
The random access iterator can proceed in both directions via the post increment/decrement operator or in larger steps via the +, - and +=, -= operators. The random access iterator is LessThan Comparable.
Definition at line 203 of file asirfilter.h.