#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. | |
| typedef void mln::doc::Site_Iterator< E >::psite | 
| 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.
| 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.
 1.5.9
 1.5.9