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

#include <parsers_declarations.hpp>

Public Member Functions

void finish (scenario_building_context &)
 
void first (association_type, std::string_view tag, error_handler &err, int32_t line, scenario_building_context &context)
 
void second (association_type, std::string_view tag, error_handler &err, int32_t line, scenario_building_context &context)
 
void start_date (association_type, sys::year_month_day ymd, error_handler &err, int32_t line, scenario_building_context &context)
 
void end_date (association_type, sys::year_month_day ymd, error_handler &err, int32_t line, scenario_building_context &context)
 

Public Attributes

dcon::nation_id first_
 
dcon::nation_id second_
 
bool invalid = false
 

Detailed Description

Definition at line 2544 of file parsers_declarations.hpp.

Member Function Documentation

◆ end_date()

void parsers::vassal_description::end_date ( association_type  ,
sys::year_month_day  ymd,
error_handler err,
int32_t  line,
scenario_building_context context 
)

Definition at line 2602 of file parsers_declarations.cpp.

Here is the call graph for this function:

◆ finish()

void parsers::vassal_description::finish ( scenario_building_context )
inline

Definition at line 2548 of file parsers_declarations.hpp.

◆ first()

void parsers::vassal_description::first ( association_type  ,
std::string_view  tag,
error_handler err,
int32_t  line,
scenario_building_context context 
)

Definition at line 2570 of file parsers_declarations.cpp.

Here is the call graph for this function:

◆ second()

void parsers::vassal_description::second ( association_type  ,
std::string_view  tag,
error_handler err,
int32_t  line,
scenario_building_context context 
)

Definition at line 2584 of file parsers_declarations.cpp.

Here is the call graph for this function:

◆ start_date()

void parsers::vassal_description::start_date ( association_type  ,
sys::year_month_day  ymd,
error_handler err,
int32_t  line,
scenario_building_context context 
)

Definition at line 2598 of file parsers_declarations.cpp.

Here is the call graph for this function:

Member Data Documentation

◆ first_

dcon::nation_id parsers::vassal_description::first_

Definition at line 2545 of file parsers_declarations.hpp.

◆ invalid

bool parsers::vassal_description::invalid = false

Definition at line 2547 of file parsers_declarations.hpp.

◆ second_

dcon::nation_id parsers::vassal_description::second_

Definition at line 2546 of file parsers_declarations.hpp.


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