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

#include <callable_objects.hpp>

Inheritance diagram for wfl::safe_call_result:

Public Member Functions

 safe_call_result (const_formula_callable_ptr callable, int status, const map_location &loc=map_location())
 
- 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
 

Private Attributes

const_formula_callable_ptr failed_callable_
 
const map_location current_unit_location_
 
const int status_
 

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 244 of file callable_objects.hpp.

Constructor & Destructor Documentation

◆ safe_call_result()

wfl::safe_call_result::safe_call_result ( const_formula_callable_ptr  callable,
int  status,
const map_location loc = map_location() 
)
inline

Definition at line 247 of file callable_objects.hpp.

Member Function Documentation

◆ get_inputs()

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

◆ get_value()

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

Implements wfl::formula_callable.

Definition at line 879 of file callable_objects.cpp.

References current_unit_location_, failed_callable_, and status_.

Member Data Documentation

◆ current_unit_location_

const map_location wfl::safe_call_result::current_unit_location_
private

Definition at line 255 of file callable_objects.hpp.

Referenced by get_inputs(), and get_value().

◆ failed_callable_

const_formula_callable_ptr wfl::safe_call_result::failed_callable_
private

Definition at line 254 of file callable_objects.hpp.

Referenced by get_value().

◆ status_

const int wfl::safe_call_result::status_
private

Definition at line 256 of file callable_objects.hpp.

Referenced by get_value().


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