#include <libgraph.h>
Collaboration diagram for AG_s:
Data Fields | |
int | graph_nbytes |
int | node_nbytes |
int | edge_nbytes |
Agraph_t * | proto_g |
Agraph_t * | parsed_g |
char * | edge_op |
char * | linebuf |
short | syntax_errors |
unsigned char | accepting_state |
unsigned char | init_called |
Definition at line 124 of file libgraph.h.
Definition at line 126 of file libgraph.h.
Referenced by agedgeattr(), aginitlib(), agnodeattr(), agprotograph(), and agraphattr().
Definition at line 126 of file libgraph.h.
Referenced by agmemread(), agparse(), agread(), and agread_usergets().
char* AG_s::edge_op |
char* AG_s::linebuf |
short AG_s::syntax_errors |
unsigned char AG_s::accepting_state |
unsigned char AG_s::init_called |