#include <p_array.hh>
Inherits mln::internal::site_set_iterator_base< S, mln::p_indexed_fwd_piter< S > >.
Public Member Functions | |
int | index () const |
Return the current index. | |
void | next () |
Go to the next element. | |
p_indexed_fwd_piter (const S &s) | |
Constructor. | |
p_indexed_fwd_piter () | |
Constructor with no argument. |
mln::p_indexed_fwd_piter< S >::p_indexed_fwd_piter | ( | ) | [inline] |
Constructor with no argument.
mln::p_indexed_fwd_piter< S >::p_indexed_fwd_piter | ( | const S & | s | ) | [inline] |
Constructor.
int mln::p_indexed_fwd_piter< S >::index | ( | ) | const [inline] |
Return the current index.
void mln::Site_Iterator< E >::next | ( | ) | [inline, inherited] |
Go to the next element.