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

#include <contexts.hpp>

Inheritance diagram for ai::readwrite_context_proxy:

Public Member Functions

 readwrite_context_proxy ()
 
void init_readwrite_context_proxy (readwrite_context &target)
 
virtual readwrite_contextget_readwrite_context () override
 
virtual attack_result_ptr execute_attack_action (const map_location &attacker_loc, const map_location &defender_loc, int attacker_weapon) override
 
virtual move_result_ptr execute_move_action (const map_location &from, const map_location &to, bool remove_movement=true, bool unreach_is_ok=false) override
 
virtual recall_result_ptr execute_recall_action (const std::string &id, const map_location &where=map_location::null_location(), const map_location &from=map_location::null_location()) override
 
virtual recruit_result_ptr execute_recruit_action (const std::string &unit_name, const map_location &where=map_location::null_location(), const map_location &from=map_location::null_location()) override
 
virtual stopunit_result_ptr execute_stopunit_action (const map_location &unit_location, bool remove_movement=true, bool remove_attacks=false) override
 
virtual synced_command_result_ptr execute_synced_command_action (const std::string &lua_code, const map_location &location=map_location::null_location()) override
 
virtual teamcurrent_team_w () override
 
virtual void raise_gamestate_changed () const override
 
virtual game_infoget_info_w () override
 
virtual int get_recursion_count () const override
 Get the value of the recursion counter. More...
 
virtual config to_readwrite_context_config () const override
 serialize this context to config More...
 
- Public Member Functions inherited from ai::readwrite_context
 readwrite_context ()
 
virtual ~readwrite_context ()
 
- Public Member Functions inherited from ai::readonly_context
 readonly_context ()
 
virtual ~readonly_context ()
 
- Public Member Functions inherited from ai::side_context
virtual ~side_context ()
 empty destructor More...
 
 side_context ()
 empty constructor More...
 
- Public Member Functions inherited from ai::readonly_context_proxy
 readonly_context_proxy ()
 
virtual ~readonly_context_proxy ()
 
void init_readonly_context_proxy (readonly_context &target)
 
virtual readonly_contextget_readonly_context () override
 
virtual void on_readonly_context_create () override
 
virtual const teamcurrent_team () const override
 
virtual void diagnostic (const std::string &msg) override
 
virtual void log_message (const std::string &msg) override
 
virtual attack_result_ptr check_attack_action (const map_location &attacker_loc, const map_location &defender_loc, int attacker_weapon) override
 
virtual move_result_ptr check_move_action (const map_location &from, const map_location &to, bool remove_movement=true, bool unreach_is_ok=false) override
 
virtual recall_result_ptr check_recall_action (const std::string &id, const map_location &where=map_location::null_location(), const map_location &from=map_location::null_location()) override
 
virtual recruit_result_ptr check_recruit_action (const std::string &unit_name, const map_location &where=map_location::null_location(), const map_location &from=map_location::null_location()) override
 
virtual stopunit_result_ptr check_stopunit_action (const map_location &unit_location, bool remove_movement=true, bool remove_attacks=false) override
 
virtual synced_command_result_ptr check_synced_command_action (const std::string &lua_code, const map_location &location=map_location::null_location()) override
 
virtual void calculate_possible_moves (std::map< map_location, pathfind::paths > &possible_moves, move_map &srcdst, move_map &dstsrc, bool enemy, bool assume_full_movement=false, const terrain_filter *remove_destinations=nullptr) const override
 
virtual void calculate_moves (const unit_map &units, std::map< map_location, pathfind::paths > &possible_moves, move_map &srcdst, move_map &dstsrc, bool enemy, bool assume_full_movement=false, const terrain_filter *remove_destinations=nullptr, bool see_all=false) const override
 
virtual const game_infoget_info () const override
 
virtual void raise_user_interact () const override
 
const defensive_positionbest_defensive_position (const map_location &unit, const move_map &dstsrc, const move_map &srcdst, const move_map &enemy_dstsrc) const override
 
virtual std::map< map_location, defensive_position > & defensive_position_cache () const override
 
virtual const unit_advancements_aspectget_advancements () const override
 
virtual double get_aggression () const override
 
virtual bool get_allow_ally_villages () const override
 
virtual const aspect_mapget_aspects () const override
 
virtual aspect_mapget_aspects () override
 
virtual void add_aspects (std::vector< aspect_ptr > &aspects) override
 
virtual void add_facet (const std::string &id, const config &cfg) const override
 
virtual const attacks_vectorget_attacks () const override
 
virtual const wfl::variantget_attacks_as_variant () const override
 
virtual const terrain_filterget_avoid () const override
 
virtual double get_caution () const override
 
virtual const move_mapget_dstsrc () const override
 
virtual const move_mapget_enemy_dstsrc () const override
 
virtual const moves_mapget_enemy_possible_moves () const override
 
virtual const move_mapget_enemy_srcdst () const override
 
virtual engine_ptr get_engine_by_cfg (const config &cfg) override
 get engine by cfg, creating it if it is not created yet but known More...
 
virtual const std::vector< engine_ptr > & get_engines () const override
 
virtual std::vector< engine_ptr > & get_engines () override
 
virtual std::string get_grouping () const override
 
virtual const std::vector< goal_ptr > & get_goals () const override
 
virtual std::vector< goal_ptr > & get_goals () override
 
virtual double get_leader_aggression () const override
 
virtual config get_leader_goal () const override
 
virtual utils::variant< bool, std::vector< std::string > > get_leader_ignores_keep () const override
 
virtual double get_leader_value () const override
 
virtual utils::variant< bool, std::vector< std::string > > get_passive_leader () const override
 
virtual utils::variant< bool, std::vector< std::string > > get_passive_leader_shares_keep () const override
 
virtual const moves_mapget_possible_moves () const override
 
virtual double power_projection (const map_location &loc, const move_map &dstsrc) const override
 Function which finds how much 'power' a side can attack a certain location with. More...
 
virtual double get_recruitment_diversity () const override
 
virtual const config get_recruitment_instructions () const override
 
virtual const std::vector< std::string > get_recruitment_more () const override
 
virtual const std::vector< std::string > get_recruitment_pattern () const override
 
virtual int get_recruitment_randomness () const override
 
virtual const config get_recruitment_save_gold () const override
 
virtual const move_mapget_srcdst () const override
 
virtual double get_retreat_enemy_weight () const override
 
virtual double get_retreat_factor () const override
 
virtual double get_scout_village_targeting () const override
 
virtual bool get_simple_targeting () const override
 
virtual bool get_support_villages () const override
 
virtual double get_village_value () const override
 
virtual int get_villages_per_scout () const override
 
virtual bool is_active (const std::string &time_of_day, const std::string &turns) const override
 
virtual bool is_keep_ignoring_leader (const std::string &id) const override
 
virtual bool is_passive_leader (const std::string &id) const override
 
virtual bool is_passive_keep_sharing_leader (const std::string &id) const override
 
virtual bool is_dst_src_valid_lua () const override
 
virtual bool is_dst_src_enemy_valid_lua () const override
 
virtual bool is_src_dst_valid_lua () const override
 
virtual bool is_src_dst_enemy_valid_lua () const override
 
virtual void invalidate_defensive_position_cache () const override
 
virtual void invalidate_move_maps () const override
 
virtual void invalidate_keeps_cache () const override
 
virtual const std::set< map_location > & keeps () const override
 
virtual bool leader_can_reach_keep () const override
 
virtual const map_locationnearest_keep (const map_location &loc) const override
 
virtual void recalculate_move_maps () const override
 
virtual void recalculate_move_maps_enemy () const override
 
virtual void set_dst_src_valid_lua () override
 
virtual void set_dst_src_enemy_valid_lua () override
 
virtual void set_src_dst_valid_lua () override
 
virtual void set_src_dst_enemy_valid_lua () override
 
virtual const map_locationsuitable_keep (const map_location &leader_location, const pathfind::paths &leader_paths) const override
 get most suitable keep for leader - nearest free that can be reached in 1 turn, if none - return nearest occupied that can be reached in 1 turn, if none - return nearest keep, if none - return null_location More...
 
virtual config to_readonly_context_config () const override
 serialize to config More...
 
virtual unit_stats_cache_tunit_stats_cache () const override
 
- Public Member Functions inherited from ai::side_context_proxy
 side_context_proxy ()
 
virtual ~side_context_proxy ()
 
void init_side_context_proxy (side_context &target)
 
virtual side_number get_side () const override
 Get the side number. More...
 
virtual void set_side (side_number side) override
 Set the side number. More...
 
virtual side_contextget_side_context () override
 unwrap More...
 
virtual config to_side_context_config () const override
 serialize this context to config More...
 

Private Attributes

readwrite_contexttarget_
 

Additional Inherited Members

- Public Types inherited from ai::readonly_context
typedef std::map< std::pair< map_location, const unit_type * >, std::pair< battle_context_unit_stats, battle_context_unit_stats > > unit_stats_cache_t
 

Detailed Description

Definition at line 875 of file contexts.hpp.

Constructor & Destructor Documentation

◆ readwrite_context_proxy()

ai::readwrite_context_proxy::readwrite_context_proxy ( )
inline

Definition at line 877 of file contexts.hpp.

Member Function Documentation

◆ current_team_w()

virtual team& ai::readwrite_context_proxy::current_team_w ( )
inlineoverridevirtual

Implements ai::readwrite_context.

Definition at line 923 of file contexts.hpp.

References ai::readwrite_context::current_team_w(), and target_.

◆ execute_attack_action()

virtual attack_result_ptr ai::readwrite_context_proxy::execute_attack_action ( const map_location attacker_loc,
const map_location defender_loc,
int  attacker_weapon 
)
inlineoverridevirtual

Implements ai::readwrite_context.

Definition at line 893 of file contexts.hpp.

References ai::readwrite_context::execute_attack_action(), and target_.

◆ execute_move_action()

virtual move_result_ptr ai::readwrite_context_proxy::execute_move_action ( const map_location from,
const map_location to,
bool  remove_movement = true,
bool  unreach_is_ok = false 
)
inlineoverridevirtual

◆ execute_recall_action()

virtual recall_result_ptr ai::readwrite_context_proxy::execute_recall_action ( const std::string &  id,
const map_location where = map_location::null_location(),
const map_location from = map_location::null_location() 
)
inlineoverridevirtual

Implements ai::readwrite_context.

Definition at line 903 of file contexts.hpp.

References ai::readwrite_context::execute_recall_action(), and target_.

◆ execute_recruit_action()

virtual recruit_result_ptr ai::readwrite_context_proxy::execute_recruit_action ( const std::string &  unit_name,
const map_location where = map_location::null_location(),
const map_location from = map_location::null_location() 
)
inlineoverridevirtual

◆ execute_stopunit_action()

virtual stopunit_result_ptr ai::readwrite_context_proxy::execute_stopunit_action ( const map_location unit_location,
bool  remove_movement = true,
bool  remove_attacks = false 
)
inlineoverridevirtual

Implements ai::readwrite_context.

Definition at line 913 of file contexts.hpp.

References ai::readwrite_context::execute_stopunit_action(), and target_.

◆ execute_synced_command_action()

virtual synced_command_result_ptr ai::readwrite_context_proxy::execute_synced_command_action ( const std::string &  lua_code,
const map_location location = map_location::null_location() 
)
inlineoverridevirtual

◆ get_info_w()

virtual game_info& ai::readwrite_context_proxy::get_info_w ( )
inlineoverridevirtual

Implements ai::readwrite_context.

Definition at line 933 of file contexts.hpp.

References ai::readwrite_context::get_info_w(), and target_.

◆ get_readwrite_context()

virtual readwrite_context& ai::readwrite_context_proxy::get_readwrite_context ( )
inlineoverridevirtual

Implements ai::readwrite_context.

Definition at line 888 of file contexts.hpp.

References ai::readwrite_context::get_readwrite_context(), and target_.

◆ get_recursion_count()

virtual int ai::readwrite_context_proxy::get_recursion_count ( ) const
inlineoverridevirtual

Get the value of the recursion counter.

Reimplemented from ai::readonly_context_proxy.

Reimplemented in ai::default_ai_context_impl, ai::stage, ai::candidate_action, and ai::ai_composite.

Definition at line 938 of file contexts.hpp.

References ai::side_context::get_recursion_count(), and target_.

◆ init_readwrite_context_proxy()

void ai::readwrite_context_proxy::init_readwrite_context_proxy ( readwrite_context target)
inline

◆ raise_gamestate_changed()

virtual void ai::readwrite_context_proxy::raise_gamestate_changed ( ) const
inlineoverridevirtual

Implements ai::readwrite_context.

Definition at line 928 of file contexts.hpp.

References ai::readwrite_context::raise_gamestate_changed(), and target_.

◆ to_readwrite_context_config()

virtual config ai::readwrite_context_proxy::to_readwrite_context_config ( ) const
inlineoverridevirtual

serialize this context to config

Implements ai::readwrite_context.

Definition at line 943 of file contexts.hpp.

References target_, and ai::readwrite_context::to_readwrite_context_config().

Member Data Documentation

◆ target_

readwrite_context* ai::readwrite_context_proxy::target_
private

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