mln::Iterator< E > Struct Template Reference

Base class for implementation classes that are iterators. More...

#include <iterator.hh>

Inheritance diagram for mln::Iterator< E >:

Inheritance graph

List of all members.

Public Member Functions

void next ()
 Go to the next element.


Detailed Description

template<typename E>
struct mln::Iterator< E >

Base class for implementation classes that are iterators.

See also:
mln::doc::Iterator for a complete documentation of this class contents.

Member Function Documentation

template<typename E >
void mln::Iterator< E >::next (  )  [inline]

Go to the next element.

Warning:
This is a final method; iterator classes should not re-defined this method. The actual "next" operation has to be defined through the next_ method.
Precondition:
The iterator is valid.


Generated on Tue Jul 14 16:32:25 2009 for Milena (Olena) by  doxygen 1.5.9