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

#include <parsers_declarations.hpp>

Public Member Functions

void add_attacker (association_type, std::string_view tag, error_handler &err, int32_t line, war_history_context &context)
 
void add_defender (association_type, std::string_view tag, error_handler &err, int32_t line, war_history_context &context)
 
void rem_attacker (association_type, std::string_view tag, error_handler &err, int32_t line, war_history_context &context)
 
void rem_defender (association_type, std::string_view tag, error_handler &err, int32_t line, war_history_context &context)
 
void world_war (association_type, bool v, error_handler &err, int32_t line, war_history_context &context)
 
void war_goal (history_war_goal const &value, error_handler &err, int32_t line, war_history_context &context)
 
void finish (war_history_context &)
 

Detailed Description

Definition at line 2665 of file parsers_declarations.hpp.

Member Function Documentation

◆ add_attacker()

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

Definition at line 3200 of file parsers_declarations.cpp.

Here is the call graph for this function:

◆ add_defender()

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

Definition at line 3218 of file parsers_declarations.cpp.

Here is the call graph for this function:

◆ finish()

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

Definition at line 2675 of file parsers_declarations.hpp.

◆ rem_attacker()

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

Definition at line 3236 of file parsers_declarations.cpp.

Here is the call graph for this function:

◆ rem_defender()

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

Definition at line 3252 of file parsers_declarations.cpp.

Here is the call graph for this function:

◆ war_goal()

void parsers::war_block::war_goal ( history_war_goal const &  value,
error_handler err,
int32_t  line,
war_history_context context 
)
inline

Definition at line 2671 of file parsers_declarations.hpp.

◆ world_war()

void parsers::war_block::world_war ( association_type  ,
bool  v,
error_handler err,
int32_t  line,
war_history_context context 
)

Definition at line 3197 of file parsers_declarations.cpp.


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