|
Bayesian Filtering Library
Generated from SVN r
|
Base class of all forward iterators. More...
#include <asirfilter.h>
Public Types | |
| typedef I | derived_iterator_type |
| typedef T | derived_value_type |
Public Member Functions | |
|
BOOST_UBLAS_INLINE derived_iterator_type | operator++ (int) |
| BOOST_UBLAS_INLINE bool | operator!= (const derived_iterator_type &it) const |
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 asirfilter.h.
1.8.5