Project Alice
Loading...
Searching...
No Matches
parsers::country_history_file Struct Reference

#include <parsers_declarations.hpp>

Collaboration diagram for parsers::country_history_file:

Public Member Functions

void finish (country_history_context &)
 
void set_country_flag (association_type, std::string_view value, error_handler &err, int32_t line, country_history_context &context)
 
void set_global_flag (association_type, std::string_view value, error_handler &err, int32_t line, country_history_context &context)
 
void colonial_points (association_type, int32_t value, error_handler &err, int32_t line, country_history_context &context)
 
void capital (association_type, int32_t value, error_handler &err, int32_t line, country_history_context &context)
 
void any_value (std::string_view label, association_type, std::string_view value, error_handler &err, int32_t line, country_history_context &context)
 
void primary_culture (association_type, std::string_view value, error_handler &err, int32_t line, country_history_context &context)
 
void culture (association_type, std::string_view value, error_handler &err, int32_t line, country_history_context &context)
 
void remove_culture (association_type, std::string_view value, error_handler &err, int32_t line, country_history_context &context)
 
void religion (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)
 
void plurality (association_type, float value, error_handler &err, int32_t line, country_history_context &context)
 
void prestige (association_type, float value, error_handler &err, int32_t line, country_history_context &context)
 
void nationalvalue (association_type, std::string_view value, error_handler &err, int32_t line, country_history_context &context)
 
void schools (association_type, std::string_view value, error_handler &err, int32_t line, country_history_context &context)
 
void civilized (association_type, bool value, error_handler &err, int32_t line, country_history_context &context)
 
void is_releasable_vassal (association_type, bool value, error_handler &err, int32_t line, country_history_context &context)
 
void literacy (association_type, float value, error_handler &err, int32_t line, country_history_context &context)
 
void non_state_culture_literacy (association_type, float value, error_handler &err, int32_t line, country_history_context &context)
 
void consciousness (association_type, float value, error_handler &err, int32_t line, country_history_context &context)
 
void nonstate_consciousness (association_type, float value, error_handler &err, int32_t line, country_history_context &context)
 
void govt_flag (govt_flag_block const &value, error_handler &err, int32_t line, country_history_context &context)
 
void ruling_party (association_type, std::string_view value, error_handler &err, int32_t line, country_history_context &context)
 
void decision (association_type, std::string_view value, error_handler &err, int32_t line, country_history_context &context)
 

Public Attributes

foreign_investment_block foreign_investment
 
upper_house_block upper_house
 

Detailed Description

Definition at line 2599 of file parsers_declarations.hpp.

Member Function Documentation

◆ any_value()

void parsers::country_history_file::any_value ( std::string_view  label,
association_type  ,
std::string_view  value,
error_handler err,
int32_t  line,
country_history_context context 
)

Definition at line 2685 of file parsers_declarations.cpp.

Here is the call graph for this function:

◆ capital()

void parsers::country_history_file::capital ( association_type  ,
int32_t  value,
error_handler err,
int32_t  line,
country_history_context context 
)

Definition at line 2672 of file parsers_declarations.cpp.

◆ civilized()

void parsers::country_history_file::civilized ( association_type  ,
bool  value,
error_handler err,
int32_t  line,
country_history_context context 
)

Definition at line 2831 of file parsers_declarations.cpp.

◆ colonial_points()

void parsers::country_history_file::colonial_points ( association_type  ,
int32_t  value,
error_handler err,
int32_t  line,
country_history_context context 
)

Definition at line 2668 of file parsers_declarations.cpp.

◆ consciousness()

void parsers::country_history_file::consciousness ( association_type  ,
float  value,
error_handler err,
int32_t  line,
country_history_context context 
)

Definition at line 2874 of file parsers_declarations.cpp.

◆ culture()

void parsers::country_history_file::culture ( association_type  ,
std::string_view  value,
error_handler err,
int32_t  line,
country_history_context context 
)

Definition at line 2734 of file parsers_declarations.cpp.

◆ decision()

void parsers::country_history_file::decision ( association_type  ,
std::string_view  value,
error_handler err,
int32_t  line,
country_history_context context 
)

Definition at line 2943 of file parsers_declarations.cpp.

Here is the call graph for this function:

◆ finish()

void parsers::country_history_file::finish ( country_history_context )
inline

Definition at line 2602 of file parsers_declarations.hpp.

◆ government()

void parsers::country_history_file::government ( association_type  ,
std::string_view  value,
error_handler err,
int32_t  line,
country_history_context context 
)

Definition at line 2775 of file parsers_declarations.cpp.

◆ govt_flag()

void parsers::country_history_file::govt_flag ( govt_flag_block const &  value,
error_handler err,
int32_t  line,
country_history_context context 
)

Definition at line 2898 of file parsers_declarations.cpp.

◆ is_releasable_vassal()

void parsers::country_history_file::is_releasable_vassal ( association_type  ,
bool  value,
error_handler err,
int32_t  line,
country_history_context context 
)

Definition at line 2838 of file parsers_declarations.cpp.

◆ literacy()

void parsers::country_history_file::literacy ( association_type  ,
float  value,
error_handler err,
int32_t  line,
country_history_context context 
)

Definition at line 2843 of file parsers_declarations.cpp.

◆ nationalvalue()

void parsers::country_history_file::nationalvalue ( association_type  ,
std::string_view  value,
error_handler err,
int32_t  line,
country_history_context context 
)

Definition at line 2803 of file parsers_declarations.cpp.

◆ non_state_culture_literacy()

void parsers::country_history_file::non_state_culture_literacy ( association_type  ,
float  value,
error_handler err,
int32_t  line,
country_history_context context 
)

Definition at line 2854 of file parsers_declarations.cpp.

◆ nonstate_consciousness()

void parsers::country_history_file::nonstate_consciousness ( association_type  ,
float  value,
error_handler err,
int32_t  line,
country_history_context context 
)

Definition at line 2885 of file parsers_declarations.cpp.

◆ plurality()

void parsers::country_history_file::plurality ( association_type  ,
float  value,
error_handler err,
int32_t  line,
country_history_context context 
)

Definition at line 2789 of file parsers_declarations.cpp.

◆ prestige()

void parsers::country_history_file::prestige ( association_type  ,
float  value,
error_handler err,
int32_t  line,
country_history_context context 
)

Definition at line 2796 of file parsers_declarations.cpp.

◆ primary_culture()

void parsers::country_history_file::primary_culture ( association_type  ,
std::string_view  value,
error_handler err,
int32_t  line,
country_history_context context 
)

Definition at line 2720 of file parsers_declarations.cpp.

◆ religion()

void parsers::country_history_file::religion ( association_type  ,
std::string_view  value,
error_handler err,
int32_t  line,
country_history_context context 
)

Definition at line 2762 of file parsers_declarations.cpp.

◆ remove_culture()

void parsers::country_history_file::remove_culture ( association_type  ,
std::string_view  value,
error_handler err,
int32_t  line,
country_history_context context 
)

Definition at line 2748 of file parsers_declarations.cpp.

◆ ruling_party()

void parsers::country_history_file::ruling_party ( association_type  ,
std::string_view  value,
error_handler err,
int32_t  line,
country_history_context context 
)

Definition at line 2904 of file parsers_declarations.cpp.

Here is the call graph for this function:

◆ schools()

void parsers::country_history_file::schools ( association_type  ,
std::string_view  value,
error_handler err,
int32_t  line,
country_history_context context 
)

Definition at line 2817 of file parsers_declarations.cpp.

◆ set_country_flag()

void parsers::country_history_file::set_country_flag ( association_type  ,
std::string_view  value,
error_handler err,
int32_t  line,
country_history_context context 
)

Definition at line 2648 of file parsers_declarations.cpp.

◆ set_global_flag()

void parsers::country_history_file::set_global_flag ( association_type  ,
std::string_view  value,
error_handler err,
int32_t  line,
country_history_context context 
)

Definition at line 2658 of file parsers_declarations.cpp.

Here is the call graph for this function:

Member Data Documentation

◆ foreign_investment

foreign_investment_block parsers::country_history_file::foreign_investment

Definition at line 2600 of file parsers_declarations.hpp.

◆ upper_house

upper_house_block parsers::country_history_file::upper_house

Definition at line 2601 of file parsers_declarations.hpp.


The documentation for this struct was generated from the following files: