The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Public Attributes | List of all members
ai::default_recruitment::recruit_job Struct Reference

#include <recruitment.hpp>

Inheritance diagram for ai::default_recruitment::recruit_job:
Inheritance graph

Public Member Functions

 recruit_job (std::vector< std::string > t, std::string L, std::string id, int n, int i, bool s, bool p, bool b)
 
config to_config () const
 
std::string get_id () const
 
std::string get_name () const
 
std::string get_engine () const
 
- Public Member Functions inherited from ai::component
 component ()
 
virtual ~component ()
 
virtual componentget_child (const path_element &child)
 
virtual std::vector< component * > get_children (const std::string &type)
 
virtual std::vector< std::stringget_children_types ()
 
virtual bool change_child (const path_element &child, const config &cfg)
 
virtual bool add_child (const path_element &child, const config &cfg)
 
virtual bool delete_child (const path_element &child)
 
property_handler_mapproperty_handlers ()
 

Public Attributes

std::vector< std::stringtypes
 
std::string leader
 
std::string id
 
int number
 
int importance
 
bool total
 
bool pattern
 
bool blocker
 

Detailed Description

Definition at line 116 of file recruitment.hpp.

Constructor & Destructor Documentation

ai::default_recruitment::recruit_job::recruit_job ( std::vector< std::string t,
std::string  L,
std::string  id,
int  n,
int  i,
bool  s,
bool  p,
bool  b 
)
inline

Definition at line 121 of file recruitment.hpp.

Member Function Documentation

std::string ai::default_recruitment::recruit_job::get_engine ( ) const
inlinevirtual

Implements ai::component.

Definition at line 148 of file recruitment.hpp.

std::string ai::default_recruitment::recruit_job::get_id ( ) const
inlinevirtual

Implements ai::component.

Definition at line 146 of file recruitment.hpp.

References id.

std::string ai::default_recruitment::recruit_job::get_name ( ) const
inlinevirtual

Implements ai::component.

Definition at line 147 of file recruitment.hpp.

config ai::default_recruitment::recruit_job::to_config ( ) const
inline

Definition at line 126 of file recruitment.hpp.

References blocker, id, importance, utils::join(), leader, number, pattern, and total.

Member Data Documentation

bool ai::default_recruitment::recruit_job::blocker

Definition at line 120 of file recruitment.hpp.

Referenced by to_config().

std::string ai::default_recruitment::recruit_job::id

Definition at line 118 of file recruitment.hpp.

Referenced by get_id(), and to_config().

int ai::default_recruitment::recruit_job::importance

Definition at line 119 of file recruitment.hpp.

Referenced by to_config().

std::string ai::default_recruitment::recruit_job::leader

Definition at line 118 of file recruitment.hpp.

Referenced by to_config().

int ai::default_recruitment::recruit_job::number

Definition at line 119 of file recruitment.hpp.

Referenced by to_config().

bool ai::default_recruitment::recruit_job::pattern

Definition at line 120 of file recruitment.hpp.

Referenced by to_config().

bool ai::default_recruitment::recruit_job::total

Definition at line 120 of file recruitment.hpp.

Referenced by to_config().

std::vector<std::string> ai::default_recruitment::recruit_job::types

Definition at line 117 of file recruitment.hpp.


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