34 #ifndef GRAPH_GRAPH_GPARSER_PYTHON_H 35 #define GRAPH_GRAPH_GPARSER_PYTHON_H 39 #include <soma-io/reader/pythonreader.h> 52 const HelperSet & helpers
57 using PythonReader::read;
58 virtual int read(
Graph& graph );
59 virtual int read(
Tree& tree );
60 static const HelperSet & defaultHelperSet();
66 virtual void detach();
std::map< std::string, Vertex * > _vertextable
The base class for graphs.
static const HelperSet & defaultHelperSet()
std::map< std::string, Syntax > SyntaxSet
Vertices are created and managed by Graphs.