Project Alice
|
#include <parsers_declarations.hpp>
Public Member Functions | |
void | finish (country_history_context &) |
void | flag (association_type, std::string_view value, error_handler &err, int32_t line, country_history_context &context) |
void | government (association_type, std::string_view value, error_handler &err, int32_t line, country_history_context &context) |
Public Attributes | |
::culture::flag_type | flag_ = ::culture::flag_type::default_flag |
dcon::government_type_id | government_ |
Definition at line 2571 of file parsers_declarations.hpp.
|
inline |
Definition at line 2572 of file parsers_declarations.hpp.
void parsers::govt_flag_block::flag | ( | association_type | , |
std::string_view | value, | ||
error_handler & | err, | ||
int32_t | line, | ||
country_history_context & | context | ||
) |
Definition at line 2601 of file parsers_declarations.cpp.
|
inline |
Definition at line 2578 of file parsers_declarations.hpp.
::culture::flag_type parsers::govt_flag_block::flag_ = ::culture::flag_type::default_flag |
Definition at line 2574 of file parsers_declarations.hpp.
dcon::government_type_id parsers::govt_flag_block::government_ |
Definition at line 2575 of file parsers_declarations.hpp.