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

#include <parsers_declarations.hpp>

Collaboration diagram for parsers::war_history_context:

Public Member Functions

 war_history_context (scenario_building_context &outer_context)
 

Public Attributes

scenario_building_contextouter_context
 
std::vector< history_war_goalwargoals
 
std::vector< dcon::nation_id > attackers
 
std::vector< dcon::nation_id > defenders
 
std::string name
 
bool great_war = false
 

Detailed Description

Definition at line 2653 of file parsers_declarations.hpp.

Constructor & Destructor Documentation

◆ war_history_context()

parsers::war_history_context::war_history_context ( scenario_building_context outer_context)
inline

Definition at line 2662 of file parsers_declarations.hpp.

Member Data Documentation

◆ attackers

std::vector<dcon::nation_id> parsers::war_history_context::attackers

Definition at line 2657 of file parsers_declarations.hpp.

◆ defenders

std::vector<dcon::nation_id> parsers::war_history_context::defenders

Definition at line 2658 of file parsers_declarations.hpp.

◆ great_war

bool parsers::war_history_context::great_war = false

Definition at line 2660 of file parsers_declarations.hpp.

◆ name

std::string parsers::war_history_context::name

Definition at line 2659 of file parsers_declarations.hpp.

◆ outer_context

scenario_building_context& parsers::war_history_context::outer_context

Definition at line 2654 of file parsers_declarations.hpp.

◆ wargoals

std::vector<history_war_goal> parsers::war_history_context::wargoals

Definition at line 2656 of file parsers_declarations.hpp.


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