|
Graphviz 16.0.0~dev.20260810.2334
|
#include <xdot.h>
Data Fields | |
| size_t | cnt |
| size_t | sz |
| xdot_op * | ops |
| freefunc_t | freefunc |
| int | flags |
| size_t xdot::cnt |
Definition at line 167 of file xdot.h.
Referenced by draw_xdot(), freeXDot(), parseXDotFOn(), parseXdotwithattrs(), printXDot(), statXDot(), and write_xdots().
| int xdot::flags |
Definition at line 171 of file xdot.h.
Referenced by parseXDotFOn().
| freefunc_t xdot::freefunc |
Definition at line 170 of file xdot.h.
Referenced by freeXDot().
| xdot_op* xdot::ops |
Definition at line 169 of file xdot.h.
Referenced by draw_xdot(), freeXDot(), parseXDotFOn(), parseXdotwithattrs(), printXDot(), statXDot(), and write_xdots().
| size_t xdot::sz |
Definition at line 168 of file xdot.h.
Referenced by freeXDot(), parseXDotFOn(), printXDot(), and statXDot().