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

#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
 

Detailed Description

Definition at line 1568 of file parsers_declarations.hpp.

Member Function Documentation

◆ culture()

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 441 of file parsers_declarations.cpp.

Here is the caller graph for this function:

◆ finish()

void parsers::pop_history_definition::finish ( pop_history_province_context )
inline

Definition at line 1579 of file parsers_declarations.hpp.

◆ rebel_type()

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 463 of file parsers_declarations.cpp.

Here is the caller graph for this function:

◆ religion()

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 452 of file parsers_declarations.cpp.

Here is the caller graph for this function:

Member Data Documentation

◆ cul_id

dcon::culture_id parsers::pop_history_definition::cul_id

Definition at line 1570 of file parsers_declarations.hpp.

◆ militancy

float parsers::pop_history_definition::militancy = 0

Definition at line 1573 of file parsers_declarations.hpp.

◆ reb_id

dcon::rebel_type_id parsers::pop_history_definition::reb_id

Definition at line 1571 of file parsers_declarations.hpp.

◆ rel_id

dcon::religion_id parsers::pop_history_definition::rel_id

Definition at line 1569 of file parsers_declarations.hpp.

◆ size

int32_t parsers::pop_history_definition::size = 0

Definition at line 1572 of file parsers_declarations.hpp.


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