Project Alice
Loading...
Searching...
No Matches
parsers::alliance 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 2533 of file parsers_declarations.hpp.

Member Function Documentation

◆ end_date()

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

Definition at line 2565 of file parsers_declarations.cpp.

Here is the call graph for this function:

◆ finish()

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

Definition at line 2538 of file parsers_declarations.hpp.

◆ first()

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

Definition at line 2534 of file parsers_declarations.cpp.

Here is the call graph for this function:

◆ second()

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

Definition at line 2548 of file parsers_declarations.cpp.

Here is the call graph for this function:

◆ start_date()

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

Definition at line 2561 of file parsers_declarations.cpp.

Here is the call graph for this function:

Member Data Documentation

◆ first_

dcon::nation_id parsers::alliance::first_

Definition at line 2534 of file parsers_declarations.hpp.

◆ invalid

bool parsers::alliance::invalid = false

Definition at line 2536 of file parsers_declarations.hpp.

◆ second_

dcon::nation_id parsers::alliance::second_

Definition at line 2535 of file parsers_declarations.hpp.


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