#include <graph_window_if_piter.hh>
Inherits mln::internal::site_relative_iterator_base< W, mln::graph_window_if_piter< S, W, I > >, and mln::internal::is_masked_impl_selector< S, W::mask_t::domain_t, mln::graph_window_if_piter< S, W, I > >.
Public Types | |
typedef S::fun_t::result | P |
Associated types. | |
Public Member Functions | |
void | next () |
Go to the next element. | |
const S::graph_element & | element () const |
Return the graph element pointed by this iterator. | |
unsigned | id () const |
Return the graph element id. | |
graph_window_if_piter () | |
Construction. |
typedef S::fun_t ::result mln::graph_window_if_piter< S, W, I >::P |
Associated types.
mln::graph_window_if_piter< S, W, I >::graph_window_if_piter | ( | ) | [inline] |
Construction.
const S::graph_element & mln::graph_window_if_piter< S, W, I >::element | ( | ) | const [inline] |
Return the graph element pointed by this iterator.
unsigned mln::graph_window_if_piter< S, W, I >::id | ( | ) | const [inline] |
void mln::Site_Iterator< E >::next | ( | ) | [inline, inherited] |
Go to the next element.