#include <ogdf/fileformats/DotParser.h>
Inheritance diagram for ogdf::dot::Ast::Subgraph:Public Member Functions | |
| Subgraph (std::string *idString, StmtList *statementList) | |
| ~Subgraph () | |
| virtual bool | read (Parser &P, ogdf::Graph &G, GraphAttributes *GA, ClusterGraph *C, ClusterGraphAttributes *CA, const SubgraphData &data) override |
Public Member Functions inherited from ogdf::dot::Ast::Stmt | |
| virtual | ~Stmt ()=0 |
Public Member Functions inherited from ogdf::dot::Ast::EdgeLhs | |
| virtual | ~EdgeLhs ()=0 |
Public Attributes | |
| std::string * | id |
| StmtList * | statements |
Definition at line 254 of file DotParser.h.
| ogdf::dot::Ast::Subgraph::Subgraph | ( | std::string * | idString, |
| StmtList * | statementList | ||
| ) |
| ogdf::dot::Ast::Subgraph::~Subgraph | ( | ) |
|
overridevirtual |
Implements ogdf::dot::Ast::Stmt.
| std::string* ogdf::dot::Ast::Subgraph::id |
Definition at line 255 of file DotParser.h.
| StmtList* ogdf::dot::Ast::Subgraph::statements |
Definition at line 256 of file DotParser.h.