|
Graphviz 2.29.20120208.0545
|
#include <libgraph.h>

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 |
| char *(* | fgets )(char *s, int size, FILE *stream) |
| size_t(* | fwrite )(const void *ptr, size_t size, size_t nmemb, FILE *stream) |
| int(* | ferror )(FILE *stream) |
Definition at line 122 of file libgraph.h.
| unsigned char AG_s::accepting_state |
Definition at line 128 of file libgraph.h.
Definition at line 123 of file libgraph.h.
Referenced by aginitlib(), and agNEWedge().
| char* AG_s::edge_op |
Definition at line 125 of file libgraph.h.
| int(* AG_s::ferror)(FILE *stream) |
Definition at line 131 of file libgraph.h.
Referenced by agsetiodisc(), and agwrite().
| char*(* AG_s::fgets)(char *s, int size, FILE *stream) |
Definition at line 129 of file libgraph.h.
Referenced by aglexinit(), agmemread(), agread_usergets(), and agsetiodisc().
| size_t(* AG_s::fwrite)(const void *ptr, size_t size, size_t nmemb, FILE *stream) |
Definition at line 130 of file libgraph.h.
Referenced by agputc(), agputs(), agsetiodisc(), and agwrite().
Definition at line 123 of file libgraph.h.
Referenced by aginitlib().
| unsigned char AG_s::init_called |
Definition at line 128 of file libgraph.h.
Referenced by aginitlib().
| char* AG_s::linebuf |
Definition at line 126 of file libgraph.h.
Referenced by aglexinit().
Definition at line 123 of file libgraph.h.
Referenced by aginitlib(), and agNEWnode().
Definition at line 124 of file libgraph.h.
Referenced by agmemread(), agparse(), agread(), and agread_usergets().
Definition at line 124 of file libgraph.h.
Referenced by agedgeattr(), aginitlib(), agnodeattr(), agprotograph(), and agraphattr().
| short AG_s::syntax_errors |
Definition at line 127 of file libgraph.h.
Referenced by agerror(), agerrors(), aglexinit(), and agreseterrors().
1.7.4