Public Member Functions

mln::p_n_faces_fwd_piter< D, G > Class Template Reference

Forward iterator on the n-faces sites of an mln::p_complex<D, G>. More...

#include <p_n_faces_piter.hh>

Inherits p_complex_piter_base_< topo::n_face_fwd_iter< D >, p_complex< D, G >, G::site, p_n_faces_fwd_piter< D, G > >.

List of all members.

Public Member Functions

void next ()
 Go to the next element.

 p_n_faces_fwd_piter ()
 Construction and assignment.

unsigned n () const
 Accessors.

Detailed Description

template<unsigned D, typename G>
class mln::p_n_faces_fwd_piter< D, G >

Forward iterator on the n-faces sites of an mln::p_complex<D, G>.

Definition at line 56 of file p_n_faces_piter.hh.


Constructor & Destructor Documentation

template<unsigned D, typename G >
mln::p_n_faces_fwd_piter< D, G >::p_n_faces_fwd_piter (  )  [inline]

Construction and assignment.

Definition at line 132 of file p_n_faces_piter.hh.


Member Function Documentation

template<unsigned D, typename G >
unsigned mln::p_n_faces_fwd_piter< D, G >::n (  )  const [inline]

Accessors.

Shortcuts to face_'s accessors.

Definition at line 149 of file p_n_faces_piter.hh.

void mln::Site_Iterator< p_n_faces_fwd_piter< D, G > >::next (  )  [inherited]

Go to the next element.

Warning:
This is a final method; iterator classes should not re-defined this method. The actual "next" operation has to be defined through the next_ method.
Precondition:
The iterator is valid.