![]() |
graph
5.0.5
Graph: generic attributed relational graphs
|
Go to the source code of this file.
Classes | |
class | GraphWriter |
To write a Graph to a file. More... | |
Functions | |
GRAPH_API GraphWriter & | operator<< (GraphWriter &writer, const Graph &graph) |
Save a graph to a file using a GraphWriter. More... | |
GRAPH_API GraphWriter& operator<< | ( | GraphWriter & | writer, |
const Graph & | graph | ||
) |
Save a graph to a file using a GraphWriter.
writer | GraphWriter to restore from |
graph | graph to save |