Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

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

#include <ogdf/fileformats/DotParser.h>

Public Member Functions

 StmtList (Stmt *headSTMT, StmtList *tailStatementList)
 
 ~StmtList ()
 

Public Attributes

Stmthead
 
StmtListtail
 

Detailed Description

Definition at line 187 of file DotParser.h.

Constructor & Destructor Documentation

◆ StmtList()

ogdf::dot::Ast::StmtList::StmtList ( Stmt headSTMT,
StmtList tailStatementList 
)

◆ ~StmtList()

ogdf::dot::Ast::StmtList::~StmtList ( )

Member Data Documentation

◆ head

Stmt* ogdf::dot::Ast::StmtList::head

Definition at line 188 of file DotParser.h.

◆ tail

StmtList* ogdf::dot::Ast::StmtList::tail

Definition at line 189 of file DotParser.h.


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