#include <candidates.hpp>
Public Member Functions | |
move_candidate_action (const std::string &name, const std::string &type, const config &cfg, function_symbol_table *function_table) | |
virtual void | evaluate (ai::formula_ai *ai, unit_map &units) |
virtual void | update_callable_map (game_logic::map_formula_callable &callable) |
Public Member Functions inherited from game_logic::candidate_action_with_filters | |
candidate_action_with_filters (const std::string &name, const std::string &type, const config &cfg, function_symbol_table *function_table) | |
Public Member Functions inherited from game_logic::base_candidate_action | |
base_candidate_action (const std::string &name, const std::string &type, const config &cfg, function_symbol_table *function_table) | |
virtual | ~base_candidate_action () |
int | get_score () const |
const_formula_ptr & | get_action () |
const std::string & | get_name () const |
const std::string & | get_type () const |
Protected Attributes | |
variant | my_unit_ |
Protected Attributes inherited from game_logic::candidate_action_with_filters | |
game_logic::candidate_action_filters | filter_map_ |
Protected Attributes inherited from game_logic::base_candidate_action | |
std::string | name_ |
std::string | type_ |
const_formula_ptr | eval_ |
const_formula_ptr | action_ |
int | score_ |
Additional Inherited Members | |
Protected Member Functions inherited from game_logic::candidate_action_with_filters | |
variant | do_filtering (ai::formula_ai *ai, variant &input, game_logic::const_formula_ptr formula) |
Protected Member Functions inherited from game_logic::base_candidate_action | |
int | execute_formula (const const_formula_ptr &formula, const game_logic::formula_callable &callable, const ai::formula_ai *ai) |
Definition at line 83 of file candidates.hpp.
game_logic::move_candidate_action::move_candidate_action | ( | const std::string & | name, |
const std::string & | type, | ||
const config & | cfg, | ||
function_symbol_table * | function_table | ||
) |
Definition at line 87 of file candidates.cpp.
|
virtual |
Reimplemented from game_logic::base_candidate_action.
Definition at line 94 of file candidates.cpp.
References game_logic::map_formula_callable::add(), reference_counted_object::add_ref(), variant::begin(), unit_map::begin(), game_logic::candidate_action_with_filters::do_filtering(), e, variant::end(), unit_map::end(), game_logic::base_candidate_action::eval_, game_logic::base_candidate_action::execute_formula(), game_logic::candidate_action_with_filters::filter_map_, game_logic::base_candidate_action::get_name(), ai::side_context_proxy::get_side(), ai::formula_ai::handle_exception(), i, my_unit_, and game_logic::base_candidate_action::score_.
|
virtual |
Reimplemented from game_logic::base_candidate_action.
Definition at line 138 of file candidates.cpp.
References game_logic::map_formula_callable::add(), and my_unit_.
|
protected |
Definition at line 92 of file candidates.hpp.
Referenced by evaluate(), and update_callable_map().