Bayesian Filtering Library  Generated from SVN r
Public Types | Public Member Functions | Friends | List of all members
bidirectional_iterator_base< IC, I, T > Struct Template Reference

Base class of all bidirectional iterators. More...

#include <asirfilter.h>

Inheritance diagram for bidirectional_iterator_base< IC, I, T >:

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
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)
 
BOOST_UBLAS_INLINE friend
derived_iterator_type 
operator-- (derived_iterator_type &d, int)
 

Detailed Description

template<class IC, class I, class T>
struct BFL::boost::numeric::ublas::bidirectional_iterator_base< IC, I, T >

Base class of all bidirectional iterators.

Parameters
ICthe iterator category
Ithe derived iterator type
Tthe 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.


The documentation for this struct was generated from the following file: