#include <callable_objects.hpp>

Public Member Functions | |
| safe_call_callable (const variant &main, const expression_ptr &backup) | |
| const variant & | get_main () const |
| const expression_ptr & | get_backup () const |
| void | set_backup_result (const variant &v) |
Public Member Functions inherited from game_logic::formula_callable | |
| formula_callable (bool has_self=true) | |
| variant | query_value (const std::string &key) const |
| void | mutate_value (const std::string &key, const variant &value) |
| std::vector< formula_input > | inputs () const |
| bool | equals (const formula_callable *other) const |
| bool | less (const formula_callable *other) const |
| void | serialize (std::string &str) const |
| bool | has_key (const std::string &key) const |
Public Member Functions inherited from reference_counted_object | |
| reference_counted_object () | |
| reference_counted_object (const reference_counted_object &) | |
| reference_counted_object & | operator= (const reference_counted_object &) |
| virtual | ~reference_counted_object () |
| void | add_ref () const |
| void | dec_ref () const |
| int | refcount () const |
Private Member Functions | |
| variant | get_value (const std::string &key) const |
| void | get_inputs (std::vector< game_logic::formula_input > *inputs) const |
Private Attributes | |
| variant | main_ |
| variant | backup_ |
| expression_ptr | backup_formula_ |
Additional Inherited Members | |
Protected Types inherited from game_logic::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 game_logic::formula_callable | |
| virtual | ~formula_callable () |
| virtual void | set_value (const std::string &key, const variant &value) |
| virtual int | do_compare (const formula_callable *callable) const |
| virtual void | serialize_to_string (std::string &) const |
Protected Member Functions inherited from reference_counted_object | |
| void | turn_reference_counting_off () const |
Protected Attributes inherited from game_logic::formula_callable | |
| TYPE | type_ |
Definition at line 204 of file callable_objects.hpp.
|
inline |
Definition at line 212 of file callable_objects.hpp.
|
inline |
Definition at line 219 of file callable_objects.hpp.
References backup_formula_.
Referenced by ai::formula_ai::execute_variant().
|
privatevirtual |
Reimplemented from game_logic::formula_callable.
Definition at line 297 of file callable_objects.cpp.
References game_logic::FORMULA_READ_ONLY.
|
inline |
Definition at line 218 of file callable_objects.hpp.
References main_.
Referenced by ai::formula_ai::execute_variant().
|
privatevirtual |
Implements game_logic::formula_callable.
Definition at line 287 of file callable_objects.cpp.
Definition at line 221 of file callable_objects.hpp.
Referenced by ai::formula_ai::execute_variant().
|
private |
Definition at line 206 of file callable_objects.hpp.
Referenced by get_value().
|
private |
Definition at line 207 of file callable_objects.hpp.
Referenced by get_backup().
|
private |
Definition at line 205 of file callable_objects.hpp.
Referenced by get_main(), and get_value().
1.8.8