Project Alice
|
#include <parsers_declarations.hpp>
Public Attributes | |
scenario_building_context & | outer_context |
dcon::national_identity_id | nat_ident |
dcon::nation_id | holder_id |
std::vector< std::pair< dcon::nation_id, dcon::decision_id > > & | pending_decisions |
bool | in_dated_block = false |
Definition at line 2563 of file parsers_declarations.hpp.
dcon::nation_id parsers::country_history_context::holder_id |
Definition at line 2566 of file parsers_declarations.hpp.
bool parsers::country_history_context::in_dated_block = false |
Definition at line 2568 of file parsers_declarations.hpp.
dcon::national_identity_id parsers::country_history_context::nat_ident |
Definition at line 2565 of file parsers_declarations.hpp.
scenario_building_context& parsers::country_history_context::outer_context |
Definition at line 2564 of file parsers_declarations.hpp.
std::vector<std::pair<dcon::nation_id, dcon::decision_id> >& parsers::country_history_context::pending_decisions |
Definition at line 2567 of file parsers_declarations.hpp.