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

Backward iterator on complex window. More...

#include <complex_window_piter.hh>

Inherits mln::internal::site_relative_iterator_base< W, complex_window_bkd_piter< I, G, W > >.

Public Types

typedef W::complex_bkd_iter iter_type
 The type of the underlying complex iterator.
 
typedef W::psite psite
 The Pseudo_Site type.
 

Public Member Functions

void next ()
 Go to the next element.
 
 complex_window_bkd_piter ()
 Construction.
 
const iter_typeiter () const
 Accessors.
 

Detailed Description

template<typename I, typename G, typename W>
class mln::complex_window_bkd_piter< I, G, W >

Backward iterator on complex window.

Definition at line 124 of file complex_window_piter.hh.

Member Typedef Documentation

template<typename I, typename G, typename W>
typedef W::complex_bkd_iter mln::complex_window_bkd_piter< I, G, W >::iter_type

The type of the underlying complex iterator.

Definition at line 135 of file complex_window_piter.hh.

template<typename I, typename G, typename W>
typedef W ::psite mln::complex_window_bkd_piter< I, G, W >::psite

The Pseudo_Site type.

Definition at line 133 of file complex_window_piter.hh.

Constructor & Destructor Documentation

template<typename I , typename G , typename W >
mln::complex_window_bkd_piter< I, G, W >::complex_window_bkd_piter ( )
inline

Construction.

Definition at line 305 of file complex_window_piter.hh.

Member Function Documentation

template<typename I , typename G , typename W >
const W::complex_bkd_iter & mln::complex_window_bkd_piter< I, G, W >::iter ( ) const
inline

Accessors.

Definition at line 385 of file complex_window_piter.hh.

void mln::Site_Iterator< complex_window_bkd_piter< I, G, W > >::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.