#include <callable_objects.hpp>
Public Types | |
typedef std::multimap< map_location, map_location > | move_map |
Public Member Functions | |
attack_map_callable (const ai::formula_ai &ai, const unit_map &units) | |
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 |
void | collect_possible_attacks (std::vector< variant > &vars, map_location attacker_location, map_location attack_position) const |
Private Attributes | |
const unit_map & | units_ |
const ai::formula_ai & | ai_ |
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 int | do_compare (const formula_callable *callable) const |
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 |
Definition at line 29 of file callable_objects.hpp.
typedef std::multimap<map_location, map_location> wfl::attack_map_callable::move_map |
Definition at line 31 of file callable_objects.hpp.
|
inline |
Definition at line 32 of file callable_objects.hpp.
|
private |
Definition at line 271 of file callable_objects.cpp.
References ai_, ai::readonly_context_proxy::current_team(), unit_map::end(), unit_map::find(), resources::gameboard, get_adjacent_tiles(), unit::get_location(), unit::incapacitated(), unit::invisible(), team::is_enemy(), unit::side(), and units_.
Referenced by get_value().
|
overrideprivatevirtual |
Reimplemented from wfl::formula_callable.
Definition at line 266 of file callable_objects.cpp.
References wfl::formula_callable::add_input(), and wfl::formula_callable::inputs().
|
overrideprivatevirtual |
Implements wfl::formula_callable.
Definition at line 245 of file callable_objects.cpp.
References ai_, collect_possible_attacks(), unit_map::count(), resources::gameboard, ai::side_context_proxy::get_side(), ai::readonly_context_proxy::get_srcdst(), i, game_board::units(), and units_.
|
private |
Definition at line 37 of file callable_objects.hpp.
Referenced by collect_possible_attacks(), and get_value().
|
private |
Definition at line 36 of file callable_objects.hpp.
Referenced by collect_possible_attacks(), and get_value().