Graphviz
2.41.20171026.1811
|
#include <xdot.h>
Data Fields | |
int | cnt |
int | sz |
xdot_op * | ops |
freefunc_t | freefunc |
int | flags |
int xdot::cnt |
Definition at line 149 of file xdot.h.
Referenced by freeXDot(), parseXDotFOn(), statXDot(), and xdotBB().
int xdot::flags |
Definition at line 153 of file xdot.h.
Referenced by parseXDotFOn().
freefunc_t xdot::freefunc |
Definition at line 152 of file xdot.h.
Referenced by freeXDot(), and xdotBB().
xdot_op* xdot::ops |
Definition at line 151 of file xdot.h.
Referenced by freeXDot(), parseXDotFOn(), statXDot(), and xdotBB().
int xdot::sz |
Definition at line 150 of file xdot.h.
Referenced by freeXDot(), parseXDotFOn(), and statXDot().