TuttleOFX  1
tuttle::host::graph::edge_label_writer< G > Struct Template Reference

Public Member Functions

 edge_label_writer (const G &g)
template<class Edge >
void operator() (std::ostream &out, const Edge &e) const

Private Attributes

const G & _g

Detailed Description

template<class G>
struct tuttle::host::graph::edge_label_writer< G >

Definition at line 76 of file main.cpp.


Constructor & Destructor Documentation

template<class G >
tuttle::host::graph::edge_label_writer< G >::edge_label_writer ( const G &  g) [inline]

Definition at line 78 of file main.cpp.


Member Function Documentation

template<class G >
template<class Edge >
void tuttle::host::graph::edge_label_writer< G >::operator() ( std::ostream &  out,
const Edge &  e 
) const [inline]

Definition at line 80 of file main.cpp.

References tuttle::host::graph::edge_label_writer< G >::_g, and tuttle::host::graph::dotEntry().

Here is the call graph for this function:


Field Documentation

template<class G >
const G& tuttle::host::graph::edge_label_writer< G >::_g [private]

Definition at line 87 of file main.cpp.

Referenced by tuttle::host::graph::edge_label_writer< G >::operator()().


The documentation for this struct was generated from the following file: