|
Graphviz 14.0.3~dev.20251028.0232
|
#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 _printXDot(), draw_xdot(), freeXDot(), parseXDotFOn(), parseXdotwithattrs(), 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 _printXDot(), draw_xdot(), freeXDot(), parseXDotFOn(), parseXdotwithattrs(), statXDot(), and write_xdots().
| size_t xdot::sz |
Definition at line 168 of file xdot.h.
Referenced by _printXDot(), freeXDot(), parseXDotFOn(), and statXDot().