The Battle for Wesnoth  1.19.0-dev
Namespaces | Typedefs | Functions
debugger_fwd.hpp File Reference

Formula AI debugger, forward. More...

#include <memory>
#include <string>
Include dependency graph for debugger_fwd.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 wfl
 

Typedefs

typedef std::shared_ptr< base_breakpoint > wfl::breakpoint_ptr
 

Functions

formula_debugger * wfl::add_debug_info (formula_debugger *fdb, int arg_number, const std::string &f_name)
 
variant wfl::evaluate_arg_callback (formula_debugger &fdb, const formula_expression &expression, const formula_callable &variables)
 
variant wfl::evaluate_formula_callback (formula_debugger &fdb, const formula &f, const formula_callable &variables)
 
variant wfl::evaluate_formula_callback (formula_debugger &fdb, const formula &f)
 

Detailed Description

Formula AI debugger, forward.

Definition in file debugger_fwd.hpp.