Freeciv-3.3
Loading...
Searching...
No Matches
Data Fields
section_file Struct Reference

#include <section_file.h>

Data Fields

charname
 
size_t num_entries
 
unsigned int num_includes
 
unsigned int num_long_comments
 
struct section_listsections
 
bool allow_duplicates
 
bool allow_digital_boolean
 
struct { 
 
   struct section_hash *   sections 
 
   struct entry_hash *   entries 
 
hash 
 

Detailed Description

Definition at line 36 of file section_file.h.

Field Documentation

◆ allow_digital_boolean

bool section_file::allow_digital_boolean

Definition at line 46 of file section_file.h.

Referenced by secfile_allow_digital_boolean(), and secfile_new().

◆ allow_duplicates

bool section_file::allow_duplicates

◆ entries

struct entry_hash* section_file::entries

◆ [struct]

struct { ... } section_file::hash

◆ name

char* section_file::name

◆ num_entries

size_t section_file::num_entries

Definition at line 38 of file section_file.h.

Referenced by entry_destroy(), entry_new(), secfile_from_input_file(), and secfile_new().

◆ num_includes

unsigned int section_file::num_includes

Definition at line 42 of file section_file.h.

Referenced by secfile_insert_include(), and secfile_new().

◆ num_long_comments

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().

◆ sections [1/2]

struct section_list* section_file::sections

◆ sections [2/2]

struct section_hash* section_file::sections

Definition at line 48 of file section_file.h.