![]() |
Boost.uBlas 1.49
Linear Algebra in C++: matrices, vectors and numeric algorithms
|
Base class of all forward iterators. More...
#include <iterator.hpp>
Public Types | |
typedef I | derived_iterator_type |
typedef T | derived_value_type |
Public Member Functions | |
BOOST_UBLAS_INLINE bool | operator!= (const derived_iterator_type &it) const |
BOOST_UBLAS_INLINE derived_iterator_type | operator++ (int) |
Friends | |
BOOST_UBLAS_INLINE friend derived_iterator_type | operator++ (derived_iterator_type &d, int) |
Base class of all forward iterators.
IC | the iterator category |
I | the derived iterator type |
T | the value type |
The forward iterator can only proceed in one direction via the post increment operator.
Definition at line 110 of file iterator.hpp.
typedef I boost::numeric::ublas::forward_iterator_base< IC, I, T >::derived_iterator_type |
Definition at line 112 of file iterator.hpp.
typedef T boost::numeric::ublas::forward_iterator_base< IC, I, T >::derived_value_type |
Definition at line 113 of file iterator.hpp.
BOOST_UBLAS_INLINE derived_iterator_type boost::numeric::ublas::forward_iterator_base< IC, I, T >::operator++ | ( | int | ) | [inline] |
Definition at line 117 of file iterator.hpp.
BOOST_UBLAS_INLINE bool boost::numeric::ublas::forward_iterator_base< IC, I, T >::operator!= | ( | const derived_iterator_type & | it | ) | const [inline] |
Definition at line 132 of file iterator.hpp.
BOOST_UBLAS_INLINE friend derived_iterator_type operator++ | ( | derived_iterator_type & | d, |
int | |||
) | [friend] |
Definition at line 124 of file iterator.hpp.