Public Types | Public Member Functions | Private Member Functions

mln::internal::subject_impl< const p_graph_piter< S, I > &, E > Struct Template Reference

#include <p_graph_piter.hh>

Inheritance diagram for mln::internal::subject_impl< const p_graph_piter< S, I > &, E >:
Inheritance graph

List of all members.

Public Types

typedef S::graph_t graph_t

Public Member Functions

util::edge< graph_tedge_with (const util::vertex< graph_t > &v) const
const graph_tgraph () const
unsigned id () const

Private Member Functions

const E & exact_ () const
 Subject_impl.

Detailed Description

template<typename S, typename I, typename E>
struct mln::internal::subject_impl< const p_graph_piter< S, I > &, E >

subject_impl specialization (Proxy)

Definition at line 117 of file p_graph_piter.hh.


Member Typedef Documentation

template<typename S , typename I , typename E >
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.


Member Function Documentation

template<typename S , typename I , typename E >
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.

template<typename S , typename I , typename E >
const E & mln::internal::subject_impl< const p_graph_piter< S, I > &, E >::exact_ (  )  const [inline, private]

Subject_impl.

Definition at line 253 of file p_graph_piter.hh.

template<typename S , typename I , typename E >
const subject_impl< const p_graph_piter< S, I > &, E >::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.

template<typename S , typename I , typename E >
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.