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

#include <callable_objects.hpp>

Inheritance diagram for wfl::move_map_callable:

Public Member Functions

 move_map_callable (const move_map &srcdst, const move_map &dstsrc, const unit_map &units)
 
const move_mapsrcdst () const
 
const move_mapdstsrc () 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 Types

typedef std::multimap< map_location, map_locationmove_map
 

Private Member Functions

variant get_value (const std::string &key) const override
 
void get_inputs (formula_input_vector &inputs) const override
 

Private Attributes

const move_mapsrcdst_
 
const move_mapdstsrc_
 
const unit_mapunits_
 

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 int do_compare (const formula_callable *callable) const
 
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
 

Detailed Description

Definition at line 188 of file callable_objects.hpp.

Member Typedef Documentation

◆ move_map

Definition at line 189 of file callable_objects.hpp.

Constructor & Destructor Documentation

◆ move_map_callable()

wfl::move_map_callable::move_map_callable ( const move_map srcdst,
const move_map dstsrc,
const unit_map units 
)
inline

Member Function Documentation

◆ dstsrc()

const move_map& wfl::move_map_callable::dstsrc ( ) const
inline

Definition at line 204 of file callable_objects.hpp.

References dstsrc_.

◆ get_inputs()

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

Reimplemented from wfl::formula_callable.

Definition at line 67 of file callable_objects.cpp.

◆ get_value()

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

Implements wfl::formula_callable.

Definition at line 48 of file callable_objects.cpp.

References i.

◆ srcdst()

const move_map& wfl::move_map_callable::srcdst ( ) const
inline

Definition at line 203 of file callable_objects.hpp.

References srcdst_.

Member Data Documentation

◆ dstsrc_

const move_map& wfl::move_map_callable::dstsrc_
private

Definition at line 191 of file callable_objects.hpp.

Referenced by dstsrc().

◆ srcdst_

const move_map& wfl::move_map_callable::srcdst_
private

Definition at line 190 of file callable_objects.hpp.

Referenced by srcdst().

◆ units_

const unit_map& wfl::move_map_callable::units_
private

Definition at line 192 of file callable_objects.hpp.


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