#include <p_graph_piter.hh>
Public Types | |
typedef S::graph_t | graph_t |
Public Member Functions | |
util::edge< graph_t > | edge_with (const util::vertex< graph_t > &v) const |
const graph_t & | graph () const |
unsigned | id () const |
Private Member Functions | |
const E & | exact_ () const |
Subject_impl. |
Definition at line 117 of file p_graph_piter.hh.
typedef S::graph_t mln::internal::subject_impl< const p_graph_piter< S, I > &, E >::graph_t |
Definition at line 119 of file p_graph_piter.hh.
util::edge< typename S::graph_t > mln::internal::subject_impl< const p_graph_piter< S, I > &, E >::edge_with | ( | const util::vertex< graph_t > & | v | ) | const [inline] |
Definition at line 277 of file p_graph_piter.hh.
const E & mln::internal::subject_impl< const p_graph_piter< S, I > &, E >::exact_ | ( | ) | const [inline, private] |
const S::graph_t & mln::internal::subject_impl< const p_graph_piter< S, I > &, E >::graph | ( | ) | const [inline] |
Definition at line 261 of file p_graph_piter.hh.
unsigned mln::internal::subject_impl< const p_graph_piter< S, I > &, E >::id | ( | ) | const [inline] |
Definition at line 269 of file p_graph_piter.hh.