Milena (Olena)  User documentation 2.0a Id
 All Classes Namespaces Functions Variables Typedefs Enumerator Groups Pages
mln::p_n_faces_bkd_piter< D, G > Class Template Reference

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

#include <p_n_faces_piter.hh>

Inherits mln::internal::p_complex_piter_base_< topo::n_face_bkd_iter< D >, p_complex< D, G >, G::site, p_n_faces_bkd_piter< D, G > >.

Public Member Functions

void next ()
 Go to the next element.
 
 p_n_faces_bkd_piter ()
 Construction and assignment.
 
unsigned n () const
 Accessors.
 

Detailed Description

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

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

Definition at line 92 of file p_n_faces_piter.hh.

Constructor & Destructor Documentation

template<unsigned D, typename G >
mln::p_n_faces_bkd_piter< D, G >::p_n_faces_bkd_piter ( )
inline

Construction and assignment.

Definition at line 169 of file p_n_faces_piter.hh.

Member Function Documentation

template<unsigned D, typename G >
unsigned mln::p_n_faces_bkd_piter< D, G >::n ( ) const
inline

Accessors.

Shortcuts to face_'s accessors.

Definition at line 186 of file p_n_faces_piter.hh.

void mln::Site_Iterator< p_n_faces_bkd_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.