|
TuttleOFX
1
|

Public Member Functions | |
| debug_node_writer (const Graph &graph) | |
| template<class VertexOrEdge > | |
| void | operator() (std::ostream &out, const VertexOrEdge &vd) const |
Data Fields | |
| const Graph & | _graph |
Definition at line 115 of file GraphExporter.tcc.
| tuttle::host::graph::detail::debug_node_writer< Graph >::debug_node_writer | ( | const Graph & | graph | ) | [inline] |
Definition at line 117 of file GraphExporter.tcc.
| void tuttle::host::graph::detail::debug_node_writer< Graph >::operator() | ( | std::ostream & | out, |
| const VertexOrEdge & | vd | ||
| ) | const [inline] |
Definition at line 119 of file GraphExporter.tcc.
References tuttle::host::graph::detail::debug_node_writer< Graph >::_graph.
| const Graph& tuttle::host::graph::detail::debug_node_writer< Graph >::_graph |
Definition at line 123 of file GraphExporter.tcc.
Referenced by tuttle::host::graph::detail::debug_node_writer< Graph >::operator()().