The Battle for Wesnoth  1.19.0-dev
Public Member Functions | Private Member Functions | Private Attributes | List of all members
wfl::location_callable Class Reference

#include <callable_objects.hpp>

Inheritance diagram for wfl::location_callable:

Public Member Functions

 location_callable (const map_location &loc)
 
void serialize_to_string (std::string &str) const override
 
const map_locationloc () 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 Member Functions

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
 

Private Attributes

map_location loc_
 

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 &)
 
- 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
 

Detailed Description

Definition at line 88 of file callable_objects.hpp.

Constructor & Destructor Documentation

◆ location_callable()

wfl::location_callable::location_callable ( const map_location loc)
inlineexplicit

Member Function Documentation

◆ do_compare()

int wfl::location_callable::do_compare ( const formula_callable callable) const
overrideprivatevirtual

◆ get_inputs()

void wfl::location_callable::get_inputs ( formula_input_vector inputs) const
overrideprivatevirtual

◆ get_value()

variant wfl::location_callable::get_value ( const std::string &  key) const
overrideprivatevirtual

Implements wfl::formula_callable.

Definition at line 44 of file callable_objects.cpp.

References loc_, map_location::wml_x(), and map_location::wml_y().

◆ loc()

const map_location& wfl::location_callable::loc ( ) const
inline

Definition at line 98 of file callable_objects.hpp.

References loc_.

Referenced by do_compare().

◆ serialize_to_string()

void wfl::location_callable::serialize_to_string ( std::string &  str) const
overridevirtual

Reimplemented from wfl::formula_callable.

Definition at line 72 of file callable_objects.cpp.

References loc_, s, map_location::wml_x(), and map_location::wml_y().

Member Data Documentation

◆ loc_

map_location wfl::location_callable::loc_
private

Definition at line 101 of file callable_objects.hpp.

Referenced by do_compare(), get_value(), loc(), and serialize_to_string().


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