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

#include <parsers_declarations.hpp>

Public Member Functions

void life_rating (association_type, uint32_t value, error_handler &err, int32_t line, province_file_context &context)
 
void colony (association_type, uint32_t value, error_handler &err, int32_t line, province_file_context &context)
 
void trade_goods (association_type, std::string_view text, error_handler &err, int32_t line, province_file_context &context)
 
void owner (association_type, uint32_t value, error_handler &err, int32_t line, province_file_context &context)
 
void controller (association_type, uint32_t value, error_handler &err, int32_t line, province_file_context &context)
 
void terrain (association_type, std::string_view text, error_handler &err, int32_t line, province_file_context &context)
 
void add_core (association_type, uint32_t value, error_handler &err, int32_t line, province_file_context &context)
 
void remove_core (association_type, uint32_t value, error_handler &err, int32_t line, province_file_context &context)
 
void party_loyalty (pv_party_loyalty const &value, error_handler &err, int32_t line, province_file_context &context)
 
void state_building (pv_state_building const &value, error_handler &err, int32_t line, province_file_context &context)
 
void is_slave (association_type, bool value, error_handler &err, int32_t line, province_file_context &context)
 
void rgo_distribution (province_rgo_ext const &value, error_handler &err, int32_t line, province_file_context &context)
 
void any_value (std::string_view name, association_type, uint32_t value, error_handler &err, int32_t line, province_file_context &context)
 
void finish (province_file_context &)
 

Detailed Description

Definition at line 1544 of file parsers_declarations.hpp.

Member Function Documentation

◆ add_core()

void parsers::province_history_file::add_core ( association_type  ,
uint32_t  value,
error_handler err,
int32_t  line,
province_file_context context 
)

Definition at line 355 of file provinces_parsing.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ any_value()

void parsers::province_history_file::any_value ( std::string_view  name,
association_type  ,
uint32_t  value,
error_handler err,
int32_t  line,
province_file_context context 
)

Definition at line 396 of file provinces_parsing.cpp.

Here is the call graph for this function:

◆ colony()

void parsers::province_history_file::colony ( association_type  ,
uint32_t  value,
error_handler err,
int32_t  line,
province_file_context context 
)

Definition at line 306 of file provinces_parsing.cpp.

Here is the caller graph for this function:

◆ controller()

void parsers::province_history_file::controller ( association_type  ,
uint32_t  value,
error_handler err,
int32_t  line,
province_file_context context 
)

Definition at line 335 of file provinces_parsing.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ finish()

void parsers::province_history_file::finish ( province_file_context )
inline

Definition at line 1558 of file parsers_declarations.hpp.

◆ is_slave()

void parsers::province_history_file::is_slave ( association_type  ,
bool  value,
error_handler err,
int32_t  line,
province_file_context context 
)

Definition at line 391 of file provinces_parsing.cpp.

Here is the caller graph for this function:

◆ life_rating()

void parsers::province_history_file::life_rating ( association_type  ,
uint32_t  value,
error_handler err,
int32_t  line,
province_file_context context 
)

Definition at line 301 of file provinces_parsing.cpp.

Here is the caller graph for this function:

◆ owner()

void parsers::province_history_file::owner ( association_type  ,
uint32_t  value,
error_handler err,
int32_t  line,
province_file_context context 
)

Definition at line 326 of file provinces_parsing.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ party_loyalty()

void parsers::province_history_file::party_loyalty ( pv_party_loyalty const &  value,
error_handler err,
int32_t  line,
province_file_context context 
)

Definition at line 374 of file provinces_parsing.cpp.

◆ remove_core()

void parsers::province_history_file::remove_core ( association_type  ,
uint32_t  value,
error_handler err,
int32_t  line,
province_file_context context 
)

Definition at line 364 of file provinces_parsing.cpp.

Here is the call graph for this function:

◆ rgo_distribution()

void parsers::province_history_file::rgo_distribution ( province_rgo_ext const &  value,
error_handler err,
int32_t  line,
province_file_context context 
)

Definition at line 322 of file provinces_parsing.cpp.

◆ state_building()

void parsers::province_history_file::state_building ( pv_state_building const &  value,
error_handler err,
int32_t  line,
province_file_context context 
)

Definition at line 381 of file provinces_parsing.cpp.

◆ terrain()

void parsers::province_history_file::terrain ( association_type  ,
std::string_view  text,
error_handler err,
int32_t  line,
province_file_context context 
)

Definition at line 345 of file provinces_parsing.cpp.

◆ trade_goods()

void parsers::province_history_file::trade_goods ( association_type  ,
std::string_view  text,
error_handler err,
int32_t  line,
province_file_context context 
)

Definition at line 311 of file provinces_parsing.cpp.

Here is the caller graph for this function:

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