|
TuttleOFX
1
|
Public Member Functions | |
| simple_node_writer (Name _name) | |
| template<class VertexOrEdge > | |
| void | operator() (std::ostream &out, const VertexOrEdge &v) const |
Private Attributes | |
| Name | name |
Definition at line 46 of file GraphExporter.tcc.
| tuttle::host::graph::detail::simple_node_writer< Name >::simple_node_writer | ( | Name | _name | ) | [inline] |
Definition at line 49 of file GraphExporter.tcc.
| void tuttle::host::graph::detail::simple_node_writer< Name >::operator() | ( | std::ostream & | out, |
| const VertexOrEdge & | v | ||
| ) | const [inline] |
Definition at line 51 of file GraphExporter.tcc.
References tuttle::host::graph::detail::simple_node_writer< Name >::name.
Name tuttle::host::graph::detail::simple_node_writer< Name >::name [private] |
Definition at line 57 of file GraphExporter.tcc.
Referenced by tuttle::host::graph::detail::simple_node_writer< Name >::operator()().