![]() |
graph
5.1.2
Graph: generic attributed relational graphs
|
#include <graph/config/graph_config.h>
#include <soma-io/writer/awriter.h>
#include <graph/tree/tvisitor.h>
Go to the source code of this file.
Classes | |
class | TreeWriter |
To write an Tree to a file. More... | |
Functions | |
GRAPH_API TreeWriter & | operator<< (TreeWriter &writer, const Tree &tree) |
Save a tree to a file using a TreeWriter. More... | |
GRAPH_API TreeWriter& operator<< | ( | TreeWriter & | writer, |
const Tree & | tree | ||
) |
Save a tree to a file using a TreeWriter.
writer | TreeWriter to restore from |
tree | tree to save |