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

#include <parsers_declarations.hpp>

Public Member Functions

void receiver (association_type, std::string_view tag, error_handler &err, int32_t line, war_history_context &context)
 
void actor (association_type, std::string_view tag, error_handler &err, int32_t line, war_history_context &context)
 
void country (association_type, std::string_view tag, error_handler &err, int32_t line, war_history_context &context)
 
void casus_belli (association_type, std::string_view value, error_handler &err, int32_t line, war_history_context &context)
 
void state_province_id (association_type t, int32_t value, error_handler &err, int32_t line, war_history_context &context)
 
void finish (war_history_context &)
 

Public Attributes

dcon::nation_id actor_
 
dcon::nation_id receiver_
 
dcon::cb_type_id casus_belli_
 
dcon::nation_id secondary_
 
dcon::province_id state_province_id_
 

Detailed Description

Definition at line 2637 of file parsers_declarations.hpp.

Member Function Documentation

◆ actor()

void parsers::history_war_goal::actor ( association_type  ,
std::string_view  tag,
error_handler err,
int32_t  line,
war_history_context context 
)

Definition at line 3160 of file parsers_declarations.cpp.

Here is the call graph for this function:

◆ casus_belli()

void parsers::history_war_goal::casus_belli ( association_type  ,
std::string_view  value,
error_handler err,
int32_t  line,
war_history_context context 
)

Definition at line 3188 of file parsers_declarations.cpp.

◆ country()

void parsers::history_war_goal::country ( association_type  ,
std::string_view  tag,
error_handler err,
int32_t  line,
war_history_context context 
)

Definition at line 3174 of file parsers_declarations.cpp.

Here is the call graph for this function:

◆ finish()

void parsers::history_war_goal::finish ( war_history_context )
inline

Definition at line 2650 of file parsers_declarations.hpp.

◆ receiver()

void parsers::history_war_goal::receiver ( association_type  ,
std::string_view  tag,
error_handler err,
int32_t  line,
war_history_context context 
)

Definition at line 3072 of file parsers_declarations.cpp.

Here is the call graph for this function:

◆ state_province_id()

void parsers::history_war_goal::state_province_id ( association_type  t,
int32_t  value,
error_handler err,
int32_t  line,
war_history_context context 
)

Definition at line 3087 of file parsers_declarations.cpp.

Member Data Documentation

◆ actor_

dcon::nation_id parsers::history_war_goal::actor_

Definition at line 2638 of file parsers_declarations.hpp.

◆ casus_belli_

dcon::cb_type_id parsers::history_war_goal::casus_belli_

Definition at line 2640 of file parsers_declarations.hpp.

◆ receiver_

dcon::nation_id parsers::history_war_goal::receiver_

Definition at line 2639 of file parsers_declarations.hpp.

◆ secondary_

dcon::nation_id parsers::history_war_goal::secondary_

Definition at line 2641 of file parsers_declarations.hpp.

◆ state_province_id_

dcon::province_id parsers::history_war_goal::state_province_id_

Definition at line 2642 of file parsers_declarations.hpp.


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