|
TuttleOFX
1
|
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 |
| tuttle::host::graph::edge_label_writer< G >::edge_label_writer | ( | const G & | g | ) | [inline] |
| 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().

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()().