ROSE
0.11.96.11
|
Graph utilities.
Functions | |
template<class Graph > | |
void | serialize (std::ostream &output, Graph &graph) |
Serialize a graph into a stream of bytes. More... | |
template<class Graph > | |
void | deserialize (std::istream &input, Graph &graph) |
void Rose::GraphUtility::serialize | ( | std::ostream & | output, |
Graph & | graph | ||
) |
Serialize a graph into a stream of bytes.
Note that there are other ways to do this, since Sawyer::Container::Graph supports boost::serialization.
Definition at line 17 of file GraphUtility.h.