#include <display_context.hpp>
Public Member Functions | |
| team_data () | |
Public Attributes | |
| int | units |
| int | upkeep |
| int | villages |
| int | expenses |
| int | net_income |
| int | gold |
| std::string | teamname |
Definition at line 35 of file display_context.hpp.
|
inline |
Definition at line 37 of file display_context.hpp.
| int team_data::expenses |
Definition at line 48 of file display_context.hpp.
Referenced by display_context::calculate_team_data(), and REPORT_GENERATOR().
| int team_data::gold |
Definition at line 48 of file display_context.hpp.
Referenced by display_context::calculate_team_data(), and events::menu_handler::status_table().
| int team_data::net_income |
Definition at line 48 of file display_context.hpp.
Referenced by display_context::calculate_team_data(), REPORT_GENERATOR(), and events::menu_handler::status_table().
| std::string team_data::teamname |
Definition at line 49 of file display_context.hpp.
Referenced by display_context::calculate_team_data(), and events::menu_handler::status_table().
| int team_data::units |
Definition at line 48 of file display_context.hpp.
Referenced by display_context::calculate_team_data(), and events::menu_handler::status_table().
| int team_data::upkeep |
Definition at line 48 of file display_context.hpp.
Referenced by display_context::calculate_team_data(), REPORT_GENERATOR(), and events::menu_handler::status_table().
| int team_data::villages |
Definition at line 48 of file display_context.hpp.
Referenced by display_context::calculate_team_data(), REPORT_GENERATOR(), and events::menu_handler::status_table().
1.8.8