Base class for implementation classes that are iterators. More...
#include <iterator.hh>
Public Member Functions | |
void | next () |
Go to the next element. |
Base class for implementation classes that are iterators.
Definition at line 75 of file iterator.hh.
void mln::Iterator< E >::next | ( | ) |
Go to the next element.
Definition at line 102 of file iterator.hh.