#include <ogdf/fileformats/DotParser.h>
Inheritance diagram for ogdf::dot::Ast::AsgnStmt:Public Member Functions | |
| AsgnStmt (const std::string &lhsString, const std::string &rhsString) | |
| ~AsgnStmt () | |
| 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 Attributes | |
| const std::string | lhs |
| const std::string | rhs |
Definition at line 223 of file DotParser.h.
| ogdf::dot::Ast::AsgnStmt::AsgnStmt | ( | const std::string & | lhsString, |
| const std::string & | rhsString | ||
| ) |
| ogdf::dot::Ast::AsgnStmt::~AsgnStmt | ( | ) |
|
overridevirtual |
Implements ogdf::dot::Ast::Stmt.
| const std::string ogdf::dot::Ast::AsgnStmt::lhs |
Definition at line 224 of file DotParser.h.
| const std::string ogdf::dot::Ast::AsgnStmt::rhs |
Definition at line 225 of file DotParser.h.