#include <ogdf/fileformats/DotParser.h>
Public Member Functions | |
AttrList (AList *headAList, AttrList *tailAttrList) | |
~AttrList () | |
Public Attributes | |
AList * | head |
AttrList * | tail |
Definition at line 302 of file DotParser.h.
ogdf::dot::Ast::AttrList::~AttrList | ( | ) |
AList* ogdf::dot::Ast::AttrList::head |
Definition at line 303 of file DotParser.h.
AttrList* ogdf::dot::Ast::AttrList::tail |
Definition at line 304 of file DotParser.h.