Graphviz 12.0.1~dev.20240716.0800
Loading...
Searching...
No Matches
ingraph_state Struct Reference

#include <ingraphs.h>

Collaboration diagram for ingraph_state:
[legend]

Data Fields

union { 
 
   char **   Files 
 
   Agraph_t **   Graphs 
 
u 
 
int ctr
 
int ingraphs
 
void * fp
 
Agraph_t *(* readf )(void *)
 
bool heap
 
unsigned errors
 

Detailed Description

Definition at line 43 of file ingraphs.h.

Field Documentation

◆ ctr

int ingraph_state::ctr

Definition at line 48 of file ingraphs.h.

Referenced by fileName(), new_ing(), nextFile(), and nextGraph().

◆ errors

unsigned ingraph_state::errors

Definition at line 53 of file ingraphs.h.

Referenced by main(), new_ing(), and nextFile().

◆ Files

char** ingraph_state::Files

Definition at line 45 of file ingraphs.h.

Referenced by closeIngraph(), fileName(), new_ing(), nextFile(), and nextGraph().

◆ fp

void* ingraph_state::fp

Definition at line 50 of file ingraphs.h.

Referenced by closeIngraph(), new_ing(), nextFile(), and nextGraph().

◆ Graphs

Agraph_t** ingraph_state::Graphs

Definition at line 46 of file ingraphs.h.

Referenced by new_ing(), and nextGraph().

◆ heap

bool ingraph_state::heap

Definition at line 52 of file ingraphs.h.

Referenced by closeIngraph(), and new_ing().

◆ ingraphs

int ingraph_state::ingraphs

Definition at line 49 of file ingraphs.h.

Referenced by closeIngraph(), fileName(), new_ing(), and nextGraph().

◆ readf

Agraph_t *(* ingraph_state::readf) (void *)

Definition at line 51 of file ingraphs.h.

Referenced by new_ing(), and nextGraph().

◆ [union]

union { ... } ingraph_state::u

The documentation for this struct was generated from the following file: