#include <graph_property_writer.h>
Public Member Functions | |
GraphPropertyWriter (Graph &graph) | |
void | operator() (std::ostream &out) |
Public Attributes | |
Graph & | graph_ |
Friends | |
std::ostream & | operator<< (std::ostream &out, const GraphPropertyWriter &gpw) |
risc::sg::GraphPropertyWriter::GraphPropertyWriter | ( | Graph & | graph | ) |
|
inline |
|
friend |
Graph& risc::sg::GraphPropertyWriter::graph_ |