Project Alice
|
#include <effect_parsing.hpp>
Public Member Functions | |
void | ideology (association_type t, std::string_view v, error_handler &err, int32_t line, effect_building_context &context) |
void | position (association_type t, std::string_view v, error_handler &err, int32_t line, effect_building_context &context) |
void | finish (effect_building_context &) |
Public Attributes | |
dcon::ideology_id | ideology_ |
dcon::issue_option_id | opt_ |
Definition at line 477 of file effect_parsing.hpp.
|
inline |
Definition at line 490 of file effect_parsing.hpp.
|
inline |
void parsers::ef_change_party_position::position | ( | association_type | t, |
std::string_view | v, | ||
error_handler & | err, | ||
int32_t | line, | ||
effect_building_context & | context | ||
) |
Definition at line 1932 of file effect_parsing.cpp.
dcon::ideology_id parsers::ef_change_party_position::ideology_ |
Definition at line 478 of file effect_parsing.hpp.
dcon::issue_option_id parsers::ef_change_party_position::opt_ |
Definition at line 479 of file effect_parsing.hpp.