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