Project Alice
|
#include <parsers_declarations.hpp>
Public Member Functions | |
void | any_value (std::string_view name, association_type, float value, error_handler &err, int32_t line, scenario_building_context &context) |
void | finish (scenario_building_context &) |
Public Attributes | |
int32_t | num_added = 0 |
Public Attributes inherited from economy::commodity_set | |
float | commodity_amounts [set_size] = {0.0f} |
dcon::commodity_id | commodity_type [set_size] = {dcon::commodity_id{}} |
Additional Inherited Members | |
Static Public Attributes inherited from economy::commodity_set | |
static constexpr uint32_t | set_size = 8 |
Definition at line 1408 of file parsers_declarations.hpp.
void parsers::commodity_set::any_value | ( | std::string_view | name, |
association_type | , | ||
float | value, | ||
error_handler & | err, | ||
int32_t | line, | ||
scenario_building_context & | context | ||
) |
Definition at line 352 of file parsers_declarations.cpp.
|
inline |
Definition at line 1413 of file parsers_declarations.hpp.
int32_t parsers::commodity_set::num_added = 0 |
Definition at line 1409 of file parsers_declarations.hpp.