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

Data Fields

const char key
 
const charname
 
int(* get_value )(const struct player *)
 
const char *(* to_text )(int)
 
bool greater_values_are_better
 

Detailed Description

Definition at line 239 of file report.c.

Field Documentation

◆ get_value

int(* dem_row::get_value) (const struct player *)

Definition at line 242 of file report.c.

◆ greater_values_are_better

bool dem_row::greater_values_are_better

Definition at line 244 of file report.c.

◆ key

const char dem_row::key

Definition at line 240 of file report.c.

Referenced by report_demographics().

◆ name

const char* dem_row::name

Definition at line 241 of file report.c.

◆ to_text

const char *(* dem_row::to_text) (int)

Definition at line 243 of file report.c.