Project Alice
|
#include <parsers_declarations.hpp>
Public Member Functions | |
void | culture (association_type, std::string_view value, error_handler &err, int32_t line, pop_history_province_context &context) |
void | religion (association_type, std::string_view value, error_handler &err, int32_t line, pop_history_province_context &context) |
void | rebel_type (association_type, std::string_view value, error_handler &err, int32_t line, pop_history_province_context &context) |
void | finish (pop_history_province_context &) |
Public Attributes | |
dcon::religion_id | rel_id |
dcon::culture_id | cul_id |
dcon::rebel_type_id | reb_id |
int32_t | size = 0 |
float | militancy = 0 |
Definition at line 1568 of file parsers_declarations.hpp.
void parsers::pop_history_definition::culture | ( | association_type | , |
std::string_view | value, | ||
error_handler & | err, | ||
int32_t | line, | ||
pop_history_province_context & | context | ||
) |
Definition at line 435 of file parsers_declarations.cpp.
|
inline |
Definition at line 1579 of file parsers_declarations.hpp.
void parsers::pop_history_definition::rebel_type | ( | association_type | , |
std::string_view | value, | ||
error_handler & | err, | ||
int32_t | line, | ||
pop_history_province_context & | context | ||
) |
Definition at line 457 of file parsers_declarations.cpp.
void parsers::pop_history_definition::religion | ( | association_type | , |
std::string_view | value, | ||
error_handler & | err, | ||
int32_t | line, | ||
pop_history_province_context & | context | ||
) |
Definition at line 446 of file parsers_declarations.cpp.
dcon::culture_id parsers::pop_history_definition::cul_id |
Definition at line 1570 of file parsers_declarations.hpp.
float parsers::pop_history_definition::militancy = 0 |
Definition at line 1573 of file parsers_declarations.hpp.
dcon::rebel_type_id parsers::pop_history_definition::reb_id |
Definition at line 1571 of file parsers_declarations.hpp.
dcon::religion_id parsers::pop_history_definition::rel_id |
Definition at line 1569 of file parsers_declarations.hpp.
int32_t parsers::pop_history_definition::size = 0 |
Definition at line 1572 of file parsers_declarations.hpp.