|
Freeciv-3.2
|
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 481 of file citydlg_common.c.
| double city_sum::aux |
Definition at line 494 of file citydlg_common.c.
Referenced by city_sum_add_real().
Definition at line 496 of file citydlg_common.c.
Referenced by city_sum_add_real().
Definition at line 482 of file citydlg_common.c.
Referenced by city_sum_new().
| size_t city_sum::n |
Definition at line 483 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 490 of file citydlg_common.c.
Referenced by city_sum_add_real().
| char* city_sum::posdesc |
Definition at line 490 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 492 of file citydlg_common.c.
Referenced by city_sum_add_real().
| double city_sum::value |
Definition at line 486 of file citydlg_common.c.
Referenced by city_sum_add_real(), city_sum_total(), and get_city_dialog_culture_text().