Milena (Olena)
User documentation 2.0a Id
|
Documentation class for mln::Site_Iterator. More...
#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. | |
operator psite () const | |
Conversion into a point-site. | |
void | start () |
Start an iteration. | |
Documentation class for mln::Site_Iterator.
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.
|
inherited |
Invalidate the iterator.
|
inherited |
Returns true if the iterator is valid, that is, designates an element.
mln::doc::Site_Iterator< E >::operator psite | ( | ) | const |
Conversion into a point-site.
|
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.