The Battle for Wesnoth  1.19.0-dev
Public Member Functions | Private Member Functions | Private Attributes | List of all members
wfl::attack_callable Class Reference

#include <callable_objects.hpp>

Inheritance diagram for wfl::attack_callable:

Public Member Functions

 attack_callable (const map_location &move_from, const map_location &src, const map_location &dst, int weapon)
 
const map_locationmove_from () const
 
const map_locationsrc () const
 
const map_locationdst () const
 
int weapon () const
 
int defender_weapon () const
 
int do_compare (const formula_callable *callable) const override
 Compare two attacks in deterministic way or compare pointers (nondeterministic in consequent game runs) if method argument is not attack_callable. More...
 
variant execute_self (variant ctxt) override
 
- Public Member Functions inherited from wfl::formula_callable
 formula_callable (bool has_self=true)
 
virtual ~formula_callable ()
 
formula_callable_ptr fake_ptr ()
 
const_formula_callable_ptr fake_ptr () const
 
variant query_value (const std::string &key) const
 
void mutate_value (const std::string &key, const variant &value)
 
formula_input_vector inputs () const
 
bool equals (const formula_callable &other) const
 
bool less (const formula_callable &other) const
 
bool has_key (const std::string &key) const
 
void serialize (std::string &str) const
 
void subscribe_dtor (callable_die_subscriber *d) const
 
void unsubscribe_dtor (callable_die_subscriber *d) const
 

Private Member Functions

variant get_value (const std::string &key) const override
 
void get_inputs (formula_input_vector &inputs) const override
 

Private Attributes

map_location move_from_
 
map_location src_
 
map_location dst_
 
battle_context bc_
 

Additional Inherited Members

- Protected Types inherited from wfl::formula_callable
enum  TYPE {
  FORMULA_C , TERRAIN_C , LOCATION_C , UNIT_TYPE_C ,
  UNIT_C , ATTACK_TYPE_C , MOVE_PARTIAL_C , MOVE_C ,
  ATTACK_C , MOVE_MAP_C
}
 
- Protected Member Functions inherited from wfl::formula_callable
virtual void set_value (const std::string &key, const variant &)
 
virtual void serialize_to_string (std::string &) const
 
- Static Protected Member Functions inherited from wfl::formula_callable
template<typename T , typename K >
static variant convert_map (const std::map< T, K > &input_map)
 
template<typename T >
static variant convert_set (const std::set< T > &input_set)
 
template<typename T >
static variant convert_vector (const std::vector< T > &input_vector)
 
static void add_input (formula_input_vector &inputs, const std::string &key, formula_access access_type=formula_access::read_only)
 
- Protected Attributes inherited from wfl::formula_callable
TYPE type_
 
std::set< callable_die_subscriber * > dtor_notify
 

Detailed Description

Definition at line 47 of file callable_objects.hpp.

Constructor & Destructor Documentation

◆ attack_callable()

wfl::attack_callable::attack_callable ( const map_location move_from,
const map_location src,
const map_location dst,
int  weapon 
)

Member Function Documentation

◆ defender_weapon()

int wfl::attack_callable::defender_weapon ( ) const
inline

◆ do_compare()

int wfl::attack_callable::do_compare ( const formula_callable callable) const
overridevirtual

Compare two attacks in deterministic way or compare pointers (nondeterministic in consequent game runs) if method argument is not attack_callable.

Reimplemented from wfl::formula_callable.

Definition at line 187 of file callable_objects.cpp.

References defender_weapon(), wfl::formula_callable::do_compare(), map_location::do_compare(), dst(), dst_, move_from(), move_from_, src(), src_, and weapon().

◆ dst()

const map_location& wfl::attack_callable::dst ( ) const
inline

Definition at line 59 of file callable_objects.hpp.

References dst_.

Referenced by do_compare().

◆ execute_self()

variant wfl::attack_callable::execute_self ( variant  ctxt)
overridevirtual

◆ get_inputs()

void wfl::attack_callable::get_inputs ( formula_input_vector inputs) const
overrideprivatevirtual

◆ get_value()

variant wfl::attack_callable::get_value ( const std::string &  key) const
overrideprivatevirtual

Implements wfl::formula_callable.

Definition at line 169 of file callable_objects.cpp.

References dst_, move_from_, and src_.

◆ move_from()

const map_location& wfl::attack_callable::move_from ( ) const
inline

Definition at line 57 of file callable_objects.hpp.

References move_from_.

Referenced by do_compare().

◆ src()

const map_location& wfl::attack_callable::src ( ) const
inline

Definition at line 58 of file callable_objects.hpp.

References src_.

Referenced by do_compare().

◆ weapon()

int wfl::attack_callable::weapon ( ) const
inline

Member Data Documentation

◆ bc_

battle_context wfl::attack_callable::bc_
private

Definition at line 49 of file callable_objects.hpp.

Referenced by defender_weapon(), and weapon().

◆ dst_

map_location wfl::attack_callable::dst_
private

Definition at line 48 of file callable_objects.hpp.

Referenced by do_compare(), dst(), execute_self(), and get_value().

◆ move_from_

map_location wfl::attack_callable::move_from_
private

Definition at line 48 of file callable_objects.hpp.

Referenced by do_compare(), execute_self(), get_value(), and move_from().

◆ src_

map_location wfl::attack_callable::src_
private

Definition at line 48 of file callable_objects.hpp.

Referenced by do_compare(), execute_self(), get_value(), and src().


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