Forward iterator on sites of an indexed site set. More...
#include <p_array.hh>
Inherits site_set_iterator_base< S, 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.   | |
Forward iterator on sites of an indexed site set.
Definition at line 235 of file p_array.hh.
| mln::p_indexed_fwd_piter< S >::p_indexed_fwd_piter | ( | ) |  [inline] | 
        
Constructor with no argument.
Definition at line 629 of file p_array.hh.
| mln::p_indexed_fwd_piter< S >::p_indexed_fwd_piter | ( | const S & | s | ) |  [inline] | 
        
Constructor.
Definition at line 635 of file p_array.hh.
| int mln::p_indexed_fwd_piter< S >::index | ( | ) |  const [inline] | 
        
Return the current index.
Definition at line 676 of file p_array.hh.
| void mln::Site_Iterator< p_indexed_fwd_piter< S > >::next | ( | ) |  [inherited] | 
        
Go to the next element.
 1.7.1