|
Freeciv-3.3
|
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 486 of file citydlg_common.c.
| double city_sum::aux |
Definition at line 499 of file citydlg_common.c.
Referenced by city_sum_add_real().
Definition at line 501 of file citydlg_common.c.
Referenced by city_sum_add_real().
Definition at line 487 of file citydlg_common.c.
Referenced by city_sum_new().
| size_t city_sum::n |
Definition at line 488 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 495 of file citydlg_common.c.
Referenced by city_sum_add_real().
| char* city_sum::posdesc |
Definition at line 495 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 497 of file citydlg_common.c.
Referenced by city_sum_add_real().
| double city_sum::value |
Definition at line 491 of file citydlg_common.c.
Referenced by city_sum_add_real(), city_sum_total(), and get_city_dialog_culture_text().