The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
debugger_fwd.hpp
Go to the documentation of this file.
1 /*
2  Copyright (C) 2009 - 2016 by Yurii Chernyi <[email protected]>
3  Part of the Battle for Wesnoth Project http://www.wesnoth.org/
4 
5  This program is free software; you can redistribute it and/or modify
6  it under the terms of the GNU General Public License as published by
7  the Free Software Foundation; either version 2 of the License, or
8  (at your option) any later version.
9  This program is distributed in the hope that it will be useful,
10  but WITHOUT ANY WARRANTY.
11 
12  See the COPYING file for more details.
13 */
14 
15 /**
16  * @file
17  * Formula AI debugger, forward
18  *
19  */
20 
21 
22 #ifndef FORMULA_DEBUGGER_FWD_HPP_INCLUDED
23 #define FORMULA_DEBUGGER_FWD_HPP_INCLUDED
24 
25 #include "global.hpp"
26 
27 #include <boost/shared_ptr.hpp>
28 
29 
30 class variant;
31 
32 namespace game_logic {
33 
34 class formula_debugger;
35 class debug_info;
36 class formula_expression;
37 class formula;
38 class formula_callable;
39 
41 
43 
44 formula_debugger* add_debug_info(formula_debugger *fdb, int arg_number, const std::string& f_name);
45 
46 variant evaluate_arg_callback(formula_debugger &fdb, const formula_expression &expression, const formula_callable &variables);
47 
49 
51 
52 
53 } // end of namespace game_logic
54 
55 #endif
variant evaluate_arg_callback(formula_debugger &fdb, const formula_expression &expression, const formula_callable &variables)
variant evaluate_formula_callback(formula_debugger &fdb, const formula &f, const formula_callable &variables)
formula_debugger * add_debug_info(formula_debugger *fdb, int arg_number, const std::string &f_name)
GLsizei const GLcharARB ** string
Definition: glew.h:4503
boost::shared_ptr< base_breakpoint > breakpoint_ptr
GLclampf f
Definition: glew.h:3024