Project Alice
|
#include <parsers_declarations.hpp>
Public Member Functions | |
void | max_employment (association_type, uint32_t value, error_handler &err, int32_t line, province_file_context &context) |
void | trade_good (association_type, std::string_view text, error_handler &err, int32_t line, province_file_context &context) |
void | finish (province_file_context &) |
Public Attributes | |
dcon::commodity_id | trade_good_id |
float | max_employment_value |
Definition at line 1531 of file parsers_declarations.hpp.
void parsers::province_rgo_ext_desc::finish | ( | province_file_context & | context | ) |
Definition at line 421 of file provinces_parsing.cpp.
void parsers::province_rgo_ext_desc::max_employment | ( | association_type | , |
uint32_t | value, | ||
error_handler & | err, | ||
int32_t | line, | ||
province_file_context & | context | ||
) |
Definition at line 407 of file provinces_parsing.cpp.
void parsers::province_rgo_ext_desc::trade_good | ( | association_type | , |
std::string_view | text, | ||
error_handler & | err, | ||
int32_t | line, | ||
province_file_context & | context | ||
) |
Definition at line 411 of file provinces_parsing.cpp.
float parsers::province_rgo_ext_desc::max_employment_value |
Definition at line 1533 of file parsers_declarations.hpp.
dcon::commodity_id parsers::province_rgo_ext_desc::trade_good_id |
Definition at line 1532 of file parsers_declarations.hpp.