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

Data Fields

Agsubnode_t ** slots
 backing store for elements
 
size_t size
 number of elements in the set
 
size_t capacity
 size of slots
 

Detailed Description

Definition at line 382 of file node.c.

Field Documentation

◆ capacity

size_t graphviz_node_set::capacity

Definition at line 385 of file node.c.

Referenced by node_set_add(), node_set_find(), node_set_index(), and node_set_remove().

◆ size

size_t graphviz_node_set::size

Definition at line 384 of file node.c.

Referenced by node_set_add(), node_set_find(), node_set_remove(), and node_set_size().

◆ slots

Agsubnode_t** graphviz_node_set::slots

Definition at line 383 of file node.c.

Referenced by node_set_add(), node_set_find(), and node_set_remove().


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