current_file Struct Reference
Detailed Description
Definition at line 297 of file graph_load.c.
Data Fields | |
| char | filename [MAX_PATH_LEN] |
| int | line |
| FILE * | fp |
| struct section * | section |
Field Documentation
◆ filename
| char current_file::filename[MAX_PATH_LEN] |
Definition at line 299 of file graph_load.c.
Referenced by graph_load(), message(), open_file(), and start_section().
◆ line
| int current_file::line |
Definition at line 300 of file graph_load.c.
Referenced by graph_load(), message(), and open_file().
◆ fp
| FILE* current_file::fp |
Definition at line 301 of file graph_load.c.
Referenced by graph_load(), and open_file().
◆ section
| struct section* current_file::section |
Definition at line 302 of file graph_load.c.
Referenced by graph_load(), open_file(), and start_section().
