Base class for implementation of classes of iterator on values. More...
#include <value_iterator.hh>

Public Member Functions | |
| void | next () | 
| Go to the next element.   | |
Related Functions | |
(Note that these are not member functions.)  | |
| template<typename E > | |
| std::ostream & | operator<< (std::ostream &ostr, const Value_Iterator< E > &v) | 
Print an iterator v on value set into the output stream ostr.   | |
Base class for implementation of classes of iterator on values.
An iterator on values is an iterator that browse over a set of values.
Definition at line 50 of file value_iterator.hh.
| void mln::Iterator< E >::next | ( | ) |  [inherited] | 
        
Go to the next element.
Definition at line 102 of file iterator.hh.
| std::ostream & operator<< | ( | std::ostream & | ostr, | |
| const Value_Iterator< E > & | v | |||
| ) |  [related] | 
        
Print an iterator v on value set into the output stream ostr. 
| [in,out] | ostr | An output stream. | 
| [in] | v | An iterator on value set. | 
v is a valid.ostr. Definition at line 92 of file value_iterator.hh.
 1.7.1