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

Data Fields

struct sectionpsection
 
charname
 
enum entry_type type
 
int used
 
charcomment
 
union { 
 
   struct { 
 
      bool   value 
 
   }   boolean 
 
   struct { 
 
      int   value 
 
   }   integer 
 
   struct { 
 
      float   value 
 
   }   floating 
 
   struct { 
 
      char *   value 
 
      bool   escaped 
 
      bool   raw 
 
      bool   gt_marking 
 
   }   string 
 
};  
 

Detailed Description

Definition at line 193 of file registry_ini.c.

Field Documentation

◆ [union]

union { ... } entry

◆ [struct]

struct { ... } entry::boolean

◆ comment

char* entry::comment

◆ escaped

bool entry::escaped

Definition at line 216 of file registry_ini.c.

Referenced by entry_str_set_escaped(), and section_entry_str_new().

◆ [struct]

struct { ... } entry::floating

◆ gt_marking

bool entry::gt_marking

Definition at line 218 of file registry_ini.c.

Referenced by entry_str_set_gt_marking().

◆ [struct]

struct { ... } entry::integer

◆ name

char* entry::name

Definition at line 195 of file registry_ini.c.

◆ psection

struct section* entry::psection

◆ raw

bool entry::raw

Definition at line 217 of file registry_ini.c.

◆ [struct]

struct { ... } entry::string

◆ type

enum entry_type entry::type

Definition at line 196 of file registry_ini.c.

◆ used

int entry::used

Definition at line 197 of file registry_ini.c.

◆ value [1/4]

bool entry::value

◆ value [2/4]

int entry::value

Definition at line 207 of file registry_ini.c.

◆ value [3/4]

float entry::value

Definition at line 211 of file registry_ini.c.

◆ value [4/4]

char* entry::value

Definition at line 215 of file registry_ini.c.