#include <ogdf/fileformats/DotParser.h>
Public Member Functions | |
AList (AsgnStmt *headAsgnStmt, AList *tailAList) | |
~AList () | |
Public Attributes | |
AsgnStmt * | head |
AList * | tail |
Definition at line 308 of file DotParser.h.
ogdf::dot::Ast::AList::~AList | ( | ) |
AsgnStmt* ogdf::dot::Ast::AList::head |
Definition at line 309 of file DotParser.h.
AList* ogdf::dot::Ast::AList::tail |
Definition at line 310 of file DotParser.h.