Graphviz 12.0.1~dev.20240716.0800
Loading...
Searching...
No Matches
gstack_s Struct Reference
Collaboration diagram for gstack_s:
[legend]

Data Fields

Agraph_tg
 
Agraph_tsubg
 
list_t nodelist
 
list_t edgelist
 
list_t attrlist
 
struct gstack_sdown
 

Detailed Description

Definition at line 114 of file grammar.c.

Field Documentation

◆ attrlist

list_t gstack_s::attrlist

Definition at line 117 of file grammar.c.

Referenced by appendattr(), applyattrs(), attrstmt(), bindattrs(), endedge(), endnode(), and freestack().

◆ down

struct gstack_s* gstack_s::down

Definition at line 118 of file grammar.c.

Referenced by push(), and push().

◆ edgelist

list_t gstack_s::edgelist

Definition at line 117 of file grammar.c.

Referenced by endedge(), endnode(), freestack(), and getedgeitems().

◆ g

Agraph_t* gstack_s::g

◆ nodelist

list_t gstack_s::nodelist

Definition at line 117 of file grammar.c.

Referenced by appendnode(), endedge(), endnode(), freestack(), and getedgeitems().

◆ subg

Agraph_t* gstack_s::subg

Definition at line 116 of file grammar.c.

Referenced by closesubg(), endedge(), endnode(), and getedgeitems().


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