Bayesian Filtering Library
Generated from SVN r
|
Base class of all bidirectional iterators. More...
#include <asirfilter.h>
Public Types | |
typedef I | derived_iterator_type |
typedef T | derived_value_type |
Friends | |
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) |
Base class of all bidirectional iterators.
IC | the iterator category |
I | the derived iterator type |
T | the value type |
The bidirectional iterator can proceed in both directions via the post increment and post decrement operator.
Definition at line 148 of file asirfilter.h.