34 #ifndef GRAPH_TREE_TWRITER_H 35 #define GRAPH_TREE_TWRITER_H 41 #include <soma-io/writer/awriter.h> 66 const HelperSet& helpers = HelperSet() );
68 const HelperSet& helpers = HelperSet() );
83 virtual void writeTree(
const Tree* node,
const std::string & type );
Abstract base class for visiting constant Trees.
virtual void visitTree(const Tree *tr)
std::map< std::string, Syntax > SyntaxSet
To write an Tree to a file.
GRAPH_API TreeWriter & operator<<(TreeWriter &writer, const Tree &tree)
Save a tree to a file using a TreeWriter.