#include <ogdf/fileformats/DotParser.h>
Public Member Functions | |
StmtList (Stmt *headSTMT, StmtList *tailStatementList) | |
~StmtList () | |
Public Attributes | |
Stmt * | head |
StmtList * | tail |
Definition at line 208 of file DotParser.h.
ogdf::dot::Ast::StmtList::~StmtList | ( | ) |
Stmt* ogdf::dot::Ast::StmtList::head |
Definition at line 209 of file DotParser.h.
StmtList* ogdf::dot::Ast::StmtList::tail |
Definition at line 210 of file DotParser.h.