|
TuttleOFX
1
|
Public Member Functions | |
| vertex_label_writer (const G &g) | |
| template<class Vertex > | |
| void | operator() (std::ostream &out, const Vertex &v) const |
Private Attributes | |
| const G & | _g |
| tuttle::host::graph::vertex_label_writer< G >::vertex_label_writer | ( | const G & | g | ) | [inline] |
| void tuttle::host::graph::vertex_label_writer< G >::operator() | ( | std::ostream & | out, |
| const Vertex & | v | ||
| ) | const [inline] |
Definition at line 65 of file main.cpp.
References tuttle::host::graph::vertex_label_writer< G >::_g, and tuttle::host::graph::dotEntry().

const G& tuttle::host::graph::vertex_label_writer< G >::_g [private] |
Definition at line 72 of file main.cpp.
Referenced by tuttle::host::graph::vertex_label_writer< G >::operator()().