#include <point_iterator.hh>
Public Types | |
typedef void | psite |
Point_Site associated type. | |
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 | next_ () |
Go to the next element. | |
operator psite () const | |
Conversion into a point-site. | |
void | start () |
Start an iteration. |
Definition at line 37 of file point_iterator.hh.
typedef void mln::doc::Site_Iterator< E >::psite |
Point_Site associated type.
Definition at line 43 of file point_iterator.hh.
void mln::doc::Iterator< E >::invalidate | ( | ) | [inherited] |
Invalidate the iterator.
bool mln::doc::Iterator< E >::is_valid | ( | ) | const [inherited] |
Returns true if the iterator is valid, that is, designates an element.
void mln::doc::Iterator< E >::next_ | ( | ) | [inherited] |
Go to the next element.
Make the iterator jump from the current element to the next one. The current element is thus updated.
mln::doc::Site_Iterator< E >::operator psite | ( | ) | const |
void mln::doc::Iterator< E >::start | ( | ) | [inherited] |
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.