![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
#include <section_file.h>
Collaboration diagram for section_file:Public Attributes | |
| char * | name |
| size_t | num_entries |
| unsigned int | num_includes |
| unsigned int | num_long_comments |
| struct section_list * | sections |
| bool | allow_duplicates |
| bool | allow_digital_boolean |
| struct { | |
| QMultiHash< QString, struct section * > * sections | |
| QMultiHash< QString, struct entry * > * entries | |
| } | hash |
Definition at line 36 of file section_file.h.
| bool section_file::allow_digital_boolean |
Definition at line 46 of file section_file.h.
Referenced by entry_bool_get(), secfile_allow_digital_boolean(), and secfile_new().
| bool section_file::allow_duplicates |
Definition at line 45 of file section_file.h.
Referenced by entry_new(), entry_set_name(), secfile_from_input_file(), secfile_from_stream(), secfile_hash_insert(), secfile_load(), secfile_load_section(), and secfile_new().
| QMultiHash<QString, struct entry *>* section_file::entries |
Definition at line 49 of file section_file.h.
Referenced by secfile_destroy(), secfile_entry_by_path(), secfile_from_input_file(), secfile_hash_delete(), secfile_hash_insert(), and secfile_new().
| struct { ... } section_file::hash |
| char* section_file::name |
Definition at line 37 of file section_file.h.
Referenced by compat_load_020600(), secfile_check_unused(), secfile_destroy(), secfile_from_input_file(), secfile_name(), secfile_new(), secfile_save(), and sg_save_player_units().
| size_t section_file::num_entries |
Definition at line 38 of file section_file.h.
Referenced by entry_destroy(), entry_new(), and secfile_new().
| unsigned int section_file::num_includes |
Definition at line 42 of file section_file.h.
Referenced by secfile_insert_include(), and secfile_new().
| unsigned int section_file::num_long_comments |
Definition at line 43 of file section_file.h.
Referenced by secfile_insert_long_comment(), and secfile_new().
| struct section_list* section_file::sections |
Definition at line 44 of file section_file.h.
Referenced by secfile_destroy(), secfile_from_input_file(), secfile_new(), secfile_save(), secfile_section_by_name(), secfile_section_new(), secfile_sections(), secfile_sections_by_name_prefix(), and section_destroy().
| QMultiHash<QString, struct section *>* section_file::sections |
Definition at line 48 of file section_file.h.