#include <ogdf/fileformats/DotParser.h>
Public Member Functions | |
| Graph (const bool ¶mStrict, const bool &dir, std::string *idString, StmtList *statementList) | |
| ~Graph () | |
| bool | read (Parser &P, ogdf::Graph &G, GraphAttributes *GA, ClusterGraph *C, ClusterGraphAttributes *CA) |
Public Attributes | |
| const bool | directed |
| std::string * | id |
| StmtList * | statements |
| const bool | strict |
Definition at line 172 of file DotParser.h.
| ogdf::dot::Ast::Graph::Graph | ( | const bool & | paramStrict, |
| const bool & | dir, | ||
| std::string * | idString, | ||
| StmtList * | statementList | ||
| ) |
| ogdf::dot::Ast::Graph::~Graph | ( | ) |
| bool ogdf::dot::Ast::Graph::read | ( | Parser & | P, |
| ogdf::Graph & | G, | ||
| GraphAttributes * | GA, | ||
| ClusterGraph * | C, | ||
| ClusterGraphAttributes * | CA | ||
| ) |
Definition at line 174 of file DotParser.h.
| std::string* ogdf::dot::Ast::Graph::id |
Definition at line 175 of file DotParser.h.
| StmtList* ogdf::dot::Ast::Graph::statements |
Definition at line 177 of file DotParser.h.
Definition at line 173 of file DotParser.h.