Graphviz
2.41.20171026.1811
|
#include <cgraph.h>
Data Fields | |
Agdisc_t | disc |
Agdstate_t | state |
Dict_t * | strdict |
uint64_t | seq [3] |
Agcbstack_t * | cb |
unsigned char | callbacks_enabled |
Dict_t * | lookup_by_name [3] |
Dict_t * | lookup_by_id [3] |
unsigned char Agclos_s::callbacks_enabled |
Definition at line 234 of file cgraph.h.
Referenced by agcallbacks(), agmethod_delete(), agmethod_init(), and agmethod_upd().
Agcbstack_t* Agclos_s::cb |
Definition at line 233 of file cgraph.h.
Referenced by agclose(), aggetuserptr(), agmethod_delete(), agmethod_init(), agmethod_upd(), agpopdisc(), and agpushdisc().
Agdisc_t Agclos_s::disc |
Definition at line 229 of file cgraph.h.
Referenced by agopen(), and write_plain().
Dict_t* Agclos_s::lookup_by_id[3] |
Definition at line 236 of file cgraph.h.
Referenced by aginternalmapclose(), aginternalmapdelete(), and aginternalmapinsert().
Dict_t* Agclos_s::lookup_by_name[3] |
Definition at line 235 of file cgraph.h.
Referenced by aginternalmapclearlocalnames(), aginternalmapclose(), aginternalmapdelete(), aginternalmapinsert(), and aginternalmaplookup().
uint64_t Agclos_s::seq[3] |
Definition at line 232 of file cgraph.h.
Referenced by agnextseq(), and agnodebefore().
Agdstate_t Agclos_s::state |