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

Public Member Functions

 dot_callable (const formula_callable &global, const formula_callable &local)
 
- 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

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

Private Attributes

const formula_callableglobal_
 
const formula_callablelocal_
 

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 593 of file formula.cpp.

Constructor & Destructor Documentation

◆ dot_callable()

wfl::dot_callable::dot_callable ( const formula_callable global,
const formula_callable local 
)
inline

Definition at line 596 of file formula.cpp.

Member Function Documentation

◆ get_inputs()

void wfl::dot_callable::get_inputs ( formula_input_vector inputs) const
inlineprivatevirtual

Reimplemented from wfl::formula_callable.

Definition at line 603 of file formula.cpp.

References wfl::formula_callable::get_inputs(), wfl::formula_callable::inputs(), and local_.

◆ get_value()

variant wfl::dot_callable::get_value ( const std::string &  key) const
inlineprivatevirtual

Implements wfl::formula_callable.

Definition at line 608 of file formula.cpp.

References global_, local_, and wfl::formula_callable::query_value().

Member Data Documentation

◆ global_

const formula_callable& wfl::dot_callable::global_
private

Definition at line 601 of file formula.cpp.

Referenced by get_value().

◆ local_

const formula_callable & wfl::dot_callable::local_
private

Definition at line 601 of file formula.cpp.

Referenced by get_inputs(), and get_value().


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