|
Freeciv-3.4
|
#include <cm.h>
Data Fields | |
| bool | aborted |
| bool | found_a_valid |
| bool | disorder |
| bool | happy |
| int | surplus [O_LAST] |
| int | city_radius_sq |
| bool * | worker_positions |
| citizens | specialists [SP_MAX] |
| bool cm_result::aborted |
Definition at line 53 of file cm.h.
Referenced by cm_find_best_solution().
| int cm_result::city_radius_sq |
Definition at line 58 of file cm.h.
Referenced by cm_print_result(), cm_result_copy(), cm_result_new(), and cm_result_workers().
| bool cm_result::disorder |
Definition at line 54 of file cm.h.
Referenced by cm_print_result(), cm_result_copy(), and convert_solution_to_result().
| bool cm_result::found_a_valid |
Definition at line 54 of file cm.h.
Referenced by apply_result_on_server(), cm_print_result(), cm_result_copy(), cma_apply_result(), cmafec_get_result_descr(), convert_solution_to_result(), handle_city(), and update_city_cma_dialog().
| bool cm_result::happy |
Definition at line 54 of file cm.h.
Referenced by cm_print_result(), cm_result_copy(), cmafec_get_result_descr(), and convert_solution_to_result().
Definition at line 60 of file cm.h.
Referenced by apply_result_on_server(), cm_print_result(), cm_result_copy(), cm_result_specialists(), cmafec_get_result_descr(), and update_city_cma_dialog().
Definition at line 56 of file cm.h.
Referenced by cm_print_result(), cm_result_copy(), cmafec_get_result_descr(), and convert_solution_to_result().
| bool* cm_result::worker_positions |
Definition at line 59 of file cm.h.
Referenced by apply_result_on_server(), cm_print_result(), cm_result_copy(), cm_result_destroy(), cm_result_new(), and cm_result_workers().