34 #ifndef GRAPH_TREE_TPARSER_SHFJ_H 35 #define GRAPH_TREE_TPARSER_SHFJ_H 41 #include <soma-io/reader/areader.h> 69 const HelperSet& helpers = HelperSet() );
78 const HelperSet& helpers = HelperSet() );
86 const HelperSet& helpers = HelperSet() );
97 virtual void visitTree(
Tree* tree );
105 virtual Tree* read();
106 virtual void read(
Tree & );
108 virtual void close();
110 virtual void detach();
112 std::string name()
const;
121 virtual void readTree(
Tree* tree );
123 virtual Tree* readSubTree();
Tree * _topTree
Remind the top-level tree.
TreeFactory * _factory
Nodes builder.
Abstract base class for visiting Trees.
std::map< std::string, Syntax > SyntaxSet
To read a Tree from a file.