Milena (Olena)  User documentation 2.0a Id
 All Classes Namespaces Functions Variables Typedefs Enumerator Groups Pages
mln::Site_Iterator< E > Struct Template Reference

Base class for implementation of classes of iterator on points. More...

#include <site_iterator.hh>

Inheritance diagram for mln::Site_Iterator< E >:
Inheritance graph

Public Member Functions

void next ()
 Go to the next element.
 

Detailed Description

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

Base class for implementation of classes of iterator on points.

An iterator on points is an iterator that browse over a set of points.

See Also
mln::doc::Site_Iterator for a complete documentation of this class contents.

Definition at line 53 of file site_iterator.hh.

Member Function Documentation

template<typename E >
void mln::Site_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.

Definition at line 92 of file site_iterator.hh.