#include <callable_objects.hpp>
Public Member Functions | |
unit_type_callable (const unit_type &u) | |
variant | get_value (const std::string &key) const override |
void | get_inputs (formula_input_vector &inputs) const override |
int | do_compare (const formula_callable *callable) const override |
const unit_type & | get_unit_type () const |
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 Attributes | |
const unit_type & | u_ |
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 |
Definition at line 149 of file callable_objects.hpp.
|
inlineexplicit |
Definition at line 152 of file callable_objects.hpp.
References wfl::formula_callable::type_, and wfl::formula_callable::UNIT_TYPE_C.
|
overridevirtual |
Reimplemented from wfl::formula_callable.
Definition at line 512 of file callable_objects.cpp.
References wfl::formula_callable::do_compare(), unit_type::id(), and u_.
|
overridevirtual |
Reimplemented from wfl::formula_callable.
Definition at line 493 of file callable_objects.cpp.
References wfl::formula_callable::add_input(), and wfl::formula_callable::inputs().
|
inline |
Definition at line 162 of file callable_objects.hpp.
References u_.
|
overridevirtual |
Implements wfl::formula_callable.
Definition at line 436 of file callable_objects.cpp.
References unit_type::alignment(), unit_type::attacks(), wfl::formula_callable::convert_vector(), unit_type::cost(), unit_type::experience_needed(), unit_type::get_ability_list(), string_enums::enum_base< Definition >::get_string(), unit_type::hitpoints(), unit_type::id(), unit_type::level(), unit_type::movement(), unit_type::musthave_status(), unit_type::possible_traits(), unit_type::race_id(), unit_type::recall_cost(), unit_type::type_name(), u_, and unit_type::usage().
|
private |
Definition at line 165 of file callable_objects.hpp.
Referenced by do_compare(), get_unit_type(), and get_value().