Graphviz 13.0.0~dev.20250204.0809
|
#include <cdt.h>
Data Fields | ||
int | type | |
Dtlink_t * | here | |
union { | ||
Dtlink_t ** _htab | ||
Dtlink_t * _head | ||
} | hh | |
int | ntab | |
int | size | |
int | loop | |
Dtlink_t* Dtdata_t::here |
Definition at line 73 of file cdt.h.
Referenced by dtdisc(), dtextract(), dtflatten(), dthash(), dtmethod(), dtrenew(), dtrestore(), dtsize(), dtstat(), dttree(), and dtvsearch().
union { ... } Dtdata_t::hh |
int Dtdata_t::loop |
Definition at line 80 of file cdt.h.
Referenced by dthash(), and dtmethod().
int Dtdata_t::ntab |
Definition at line 78 of file cdt.h.
Referenced by dtclose(), dtdisc(), dtextract(), dtflatten(), dthash(), dthtab(), dtmethod(), dtrenew(), and dtrestore().
int Dtdata_t::size |
Definition at line 79 of file cdt.h.
Referenced by dtdisc(), dtextract(), dthash(), dthtab(), dtmethod(), dtrenew(), dtrestore(), dtsize(), and dttree().
int Dtdata_t::type |
Definition at line 72 of file cdt.h.
Referenced by dtdisc(), dtextract(), dtflatten(), dthash(), dtmethod(), dtopen(), dtrenew(), dtrestore(), dtsize(), and dtstat().