|
Freeciv-3.1
|
Data Fields | ||
| const char * | format | |
| size_t | n | |
| struct { | ||
| double value | ||
| char * posdesc | ||
| char * negdesc | ||
| bool suppress_if_zero | ||
| double aux | ||
| const char * auxfmt | ||
| } * | sums | |
Helper structure to accumulate a breakdown of the constributions to some numeric city property. Contributions are returned in order, with duplicates merged.
Definition at line 466 of file citydlg_common.c.
| double city_sum::aux |
Definition at line 479 of file citydlg_common.c.
Referenced by city_sum_add_real().
| const char* city_sum::auxfmt |
Definition at line 481 of file citydlg_common.c.
Referenced by city_sum_add_real().
| const char* city_sum::format |
Definition at line 467 of file citydlg_common.c.
Referenced by city_sum_new().
| size_t city_sum::n |
Definition at line 468 of file citydlg_common.c.
Referenced by city_sum_add_real(), city_sum_new(), and city_sum_total().
| char * city_sum::negdesc |
Definition at line 475 of file citydlg_common.c.
Referenced by city_sum_add_real().
| char* city_sum::posdesc |
Definition at line 475 of file citydlg_common.c.
Referenced by city_sum_add_real().
| struct { ... } * city_sum::sums |
Referenced by city_sum_add_real(), city_sum_new(), and city_sum_total().
| bool city_sum::suppress_if_zero |
Definition at line 477 of file citydlg_common.c.
Referenced by city_sum_add_real().
| double city_sum::value |
Definition at line 471 of file citydlg_common.c.
Referenced by city_sum_add_real(), city_sum_total(), and get_city_dialog_culture_text().