Graphviz 13.0.0~dev.20241220.2304
|
#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 156 of file xdot.h.
Referenced by _printXDot(), draw_xdot(), freeXDot(), parseXDotFOn(), parseXdotwithattrs(), statXDot(), and write_xdots().
int xdot::flags |
Definition at line 160 of file xdot.h.
Referenced by parseXDotFOn().
freefunc_t xdot::freefunc |
Definition at line 159 of file xdot.h.
Referenced by freeXDot().
xdot_op* xdot::ops |
Definition at line 158 of file xdot.h.
Referenced by _printXDot(), draw_xdot(), freeXDot(), parseXDotFOn(), parseXdotwithattrs(), statXDot(), and write_xdots().
size_t xdot::sz |
Definition at line 157 of file xdot.h.
Referenced by _printXDot(), freeXDot(), parseXDotFOn(), and statXDot().