|
ROSE 0.11.145.354
|
Graph utilities.
Functions | |
| template<class Graph > | |
| void | serialize (std::ostream &output, Graph &graph) |
| Serialize a graph into a stream of bytes. | |
| 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.
References serialize().
Referenced by serialize().
| void Rose::GraphUtility::deserialize | ( | std::istream & | input, |
| Graph & | graph | ||
| ) |
Definition at line 45 of file GraphUtility.h.