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

#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 name (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::text_key name_
 

Detailed Description

Definition at line 460 of file effect_parsing.hpp.

Member Function Documentation

◆ finish()

void parsers::ef_change_party_name::finish ( effect_building_context )
inline

Definition at line 475 of file effect_parsing.hpp.

◆ ideology()

void parsers::ef_change_party_name::ideology ( association_type  t,
std::string_view  v,
error_handler err,
int32_t  line,
effect_building_context context 
)
inline

Definition at line 463 of file effect_parsing.hpp.

Here is the call graph for this function:

◆ name()

void parsers::ef_change_party_name::name ( association_type  t,
std::string_view  v,
error_handler err,
int32_t  line,
effect_building_context context 
)
inline

Definition at line 472 of file effect_parsing.hpp.

Here is the call graph for this function:

Member Data Documentation

◆ ideology_

dcon::ideology_id parsers::ef_change_party_name::ideology_

Definition at line 461 of file effect_parsing.hpp.

◆ name_

dcon::text_key parsers::ef_change_party_name::name_

Definition at line 462 of file effect_parsing.hpp.


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