Claw  1.7.3
Public Member Functions | Friends | List of all members
claw::graph< S, A, Comp >::graph_edge_iterator::edge Class Reference

Value pointed by the iterator. More...

#include <graph.hpp>

Public Member Functions

 edge ()
 Constructor.
const edge_typelabel () const
 Gets edge's label.
const vertex_typesource () const
 Gets edge's source.
const vertex_typetarget () const
 Gets edge's target.

Friends

class graph_edge_iterator

Detailed Description

template<class S, class A = meta::no_type, class Comp = std::less<S>>
class claw::graph< S, A, Comp >::graph_edge_iterator::edge

Value pointed by the iterator.

Definition at line 153 of file graph.hpp.


The documentation for this class was generated from the following files: