Freeciv-3.2
|
#include <section_file.h>
Data Fields | |
struct section_file * | secfile |
enum entry_special_type | special |
char * | name |
struct entry_list * | entries |
Definition at line 28 of file section_file.h.
struct entry_list* section::entries |
Definition at line 32 of file section_file.h.
Referenced by entry_destroy(), entry_new(), secfile_section_new(), section_clear_all(), section_destroy(), section_entries(), section_entry_by_name(), and section_set_name().
char* section::name |
Definition at line 31 of file section_file.h.
Referenced by entry_set_name(), secfile_section_new(), section_destroy(), section_name(), and section_set_name().
struct section_file* section::secfile |
Definition at line 29 of file section_file.h.
Referenced by entry_destroy(), entry_new(), entry_set_name(), secfile_entry_by_path(), secfile_insert_base(), secfile_insert_include(), secfile_insert_long_comment(), secfile_section_by_name(), secfile_section_lookup(), secfile_section_new(), section_clear_all(), section_destroy(), section_entry_lookup(), and section_set_name().
enum entry_special_type section::special |
Definition at line 30 of file section_file.h.
Referenced by secfile_insert_comment(), secfile_insert_filereference(), secfile_insert_include(), secfile_insert_long_comment(), secfile_insert_str_full(), secfile_save(), and secfile_section_new().