|
Graphviz 14.0.3~dev.20251028.0232
|
#include <ingraphs.h>
Data Fields | ||
| union { | ||
| char ** Files | ||
| Agraph_t ** Graphs | ||
| } | u | |
| int | ctr | |
| int | ingraphs | |
| void * | fp | |
| Agraph_t *(* | readf )(const char *, void *) | |
| bool | heap | |
| unsigned | errors | |
Definition at line 43 of file ingraphs.h.
| int ingraph_state::ctr |
Definition at line 48 of file ingraphs.h.
Referenced by fileName(), new_ing(), nextFile(), and nextGraph().
| unsigned ingraph_state::errors |
Definition at line 53 of file ingraphs.h.
Referenced by main(), new_ing(), and nextFile().
| char** ingraph_state::Files |
Definition at line 45 of file ingraphs.h.
Referenced by closeIngraph(), fileName(), new_ing(), nextFile(), and nextGraph().
| void* ingraph_state::fp |
Definition at line 50 of file ingraphs.h.
Referenced by closeIngraph(), new_ing(), nextFile(), and nextGraph().
| Agraph_t** ingraph_state::Graphs |
Definition at line 46 of file ingraphs.h.
Referenced by new_ing(), and nextGraph().
| bool ingraph_state::heap |
Definition at line 52 of file ingraphs.h.
Referenced by closeIngraph(), and new_ing().
| int ingraph_state::ingraphs |
Definition at line 49 of file ingraphs.h.
Referenced by closeIngraph(), fileName(), new_ing(), and nextGraph().
| Agraph_t *(* ingraph_state::readf) (const char *, void *) |
Definition at line 51 of file ingraphs.h.
Referenced by new_ing(), and nextGraph().
| union { ... } ingraph_state::u |
Referenced by closeIngraph(), fileName(), new_ing(), nextFile(), and nextGraph().