Project Alice
|
#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_ |
Definition at line 2637 of file parsers_declarations.hpp.
void parsers::history_war_goal::actor | ( | association_type | , |
std::string_view | tag, | ||
error_handler & | err, | ||
int32_t | line, | ||
war_history_context & | context | ||
) |
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 3182 of file parsers_declarations.cpp.
void parsers::history_war_goal::country | ( | association_type | , |
std::string_view | tag, | ||
error_handler & | err, | ||
int32_t | line, | ||
war_history_context & | context | ||
) |
|
inline |
Definition at line 2650 of file parsers_declarations.hpp.
void parsers::history_war_goal::receiver | ( | association_type | , |
std::string_view | tag, | ||
error_handler & | err, | ||
int32_t | line, | ||
war_history_context & | context | ||
) |
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 3081 of file parsers_declarations.cpp.
dcon::nation_id parsers::history_war_goal::actor_ |
Definition at line 2638 of file parsers_declarations.hpp.
dcon::cb_type_id parsers::history_war_goal::casus_belli_ |
Definition at line 2640 of file parsers_declarations.hpp.
dcon::nation_id parsers::history_war_goal::receiver_ |
Definition at line 2639 of file parsers_declarations.hpp.
dcon::nation_id parsers::history_war_goal::secondary_ |
Definition at line 2641 of file parsers_declarations.hpp.
dcon::province_id parsers::history_war_goal::state_province_id_ |
Definition at line 2642 of file parsers_declarations.hpp.