The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Private Member Functions | Private Attributes | List of all members
game_logic::formula_callable_with_backup Class Reference

#include <callable.hpp>

Inheritance diagram for game_logic::formula_callable_with_backup:
Inheritance graph

Public Member Functions

 formula_callable_with_backup (const formula_callable &main, const formula_callable &backup)
 
- 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_inputinputs () 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_objectoperator= (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< formula_input > *inputs) const
 

Private Attributes

const formula_callablemain_
 
const formula_callablebackup_
 

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_
 

Detailed Description

Definition at line 113 of file callable.hpp.

Constructor & Destructor Documentation

game_logic::formula_callable_with_backup::formula_callable_with_backup ( const formula_callable main,
const formula_callable backup 
)
inline

Definition at line 130 of file callable.hpp.

Member Function Documentation

void game_logic::formula_callable_with_backup::get_inputs ( std::vector< formula_input > *  inputs) const
inlineprivatevirtual

Reimplemented from game_logic::formula_callable.

Definition at line 125 of file callable.hpp.

References game_logic::formula_callable::get_inputs().

variant game_logic::formula_callable_with_backup::get_value ( const std::string key) const
inlineprivatevirtual

Member Data Documentation

const formula_callable& game_logic::formula_callable_with_backup::backup_
private

Definition at line 115 of file callable.hpp.

const formula_callable& game_logic::formula_callable_with_backup::main_
private

Definition at line 114 of file callable.hpp.


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