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

Base class of all forward iterators. More...

#include <asirfilter.h>

Inheritance diagram for forward_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 bool operator!= (const derived_iterator_type &it) const
 

Friends

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::forward_iterator_base< IC, I, T >

Base class of all forward iterators.

Parameters
ICthe iterator category
Ithe derived iterator type
Tthe value type

The forward iterator can only proceed in one direction via the post increment operator.

Definition at line 110 of file asirfilter.h.


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