Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
ogdf::dot::Ast::AList Struct Reference

#include <ogdf/fileformats/DotParser.h>

Public Member Functions

 AList (AsgnStmt *headAsgnStmt, AList *tailAList)
 
 ~AList ()
 

Public Attributes

AsgnStmthead
 
AListtail
 

Detailed Description

Definition at line 310 of file DotParser.h.

Constructor & Destructor Documentation

◆ AList()

ogdf::dot::Ast::AList::AList ( AsgnStmt headAsgnStmt,
AList tailAList 
)

◆ ~AList()

ogdf::dot::Ast::AList::~AList ( )

Member Data Documentation

◆ head

AsgnStmt* ogdf::dot::Ast::AList::head

Definition at line 311 of file DotParser.h.

◆ tail

AList* ogdf::dot::Ast::AList::tail

Definition at line 312 of file DotParser.h.


The documentation for this struct was generated from the following file: