Documentation class for mln::Iterator. More...
#include <iterator.hh>

Public Member Functions | |
| void | invalidate () | 
| Invalidate the iterator.   | |
| bool | is_valid () const | 
| Returns true if the iterator is valid, that is, designates an element.   | |
| void | start () | 
| Start an iteration.   | |
Documentation class for mln::Iterator.
Definition at line 36 of file doc/iterator.hh.
| void mln::doc::Iterator< E >::invalidate | ( | ) | 
Invalidate the iterator.
| bool mln::doc::Iterator< E >::is_valid | ( | ) | const | 
Returns true if the iterator is valid, that is, designates an element.
| void mln::doc::Iterator< E >::start | ( | ) | 
Start an iteration.
Make the iterator designate the first element if it exists. If this first element does not exist, the iterator is not valid.
 1.7.1