The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Namespaces | Typedefs | Functions
debugger_fwd.hpp File Reference

Formula AI debugger, forward. More...

#include "global.hpp"
#include <boost/shared_ptr.hpp>
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

 game_logic
 

Typedefs

typedef boost::shared_ptr
< base_breakpoint > 
game_logic::breakpoint_ptr
 

Functions

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

Detailed Description

Formula AI debugger, forward.

Definition in file debugger_fwd.hpp.