#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. |
Definition at line 47 of file graph_window_if_piter.hh.
typedef S::fun_t ::result mln::graph_window_if_piter< S, W, I >::P |
mln::graph_window_if_piter< S, W, I >::graph_window_if_piter | ( | ) | [inline] |
const S::graph_element & mln::graph_window_if_piter< S, W, I >::element | ( | ) | const [inline] |
Return the graph element pointed by this iterator.
Definition at line 213 of file graph_window_if_piter.hh.
unsigned mln::graph_window_if_piter< S, W, I >::id | ( | ) | const [inline] |
Return the graph element id.
FIXME: we do not want to have this member since there is an automatic conversion to the graph element. C++ does not seem to use this conversion operator.
Definition at line 221 of file graph_window_if_piter.hh.
void mln::Site_Iterator< E >::next | ( | ) | [inline, inherited] |
Go to the next element.
Definition at line 92 of file site_iterator.hh.