00001 /* $Id: formula_debugger_fwd.hpp 52533 2012-01-07 02:35:17Z shadowmaster $ */ 00002 /* 00003 Copyright (C) 2009 - 2012 by Yurii Chernyi <terraninfo@terraninfo.net> 00004 Part of the Battle for Wesnoth Project http://www.wesnoth.org/ 00005 00006 This program is free software; you can redistribute it and/or modify 00007 it under the terms of the GNU General Public License as published by 00008 the Free Software Foundation; either version 2 of the License, or 00009 (at your option) any later version. 00010 This program is distributed in the hope that it will be useful, 00011 but WITHOUT ANY WARRANTY. 00012 00013 See the COPYING file for more details. 00014 */ 00015 00016 /** 00017 * @file 00018 * Formula AI debugger, forward 00019 * 00020 */ 00021 00022 00023 #ifndef FORMULA_DEBUGGER_FWD_HPP_INCLUDED 00024 #define FORMULA_DEBUGGER_FWD_HPP_INCLUDED 00025 00026 #include "global.hpp" 00027 00028 #include <boost/shared_ptr.hpp> 00029 00030 00031 class variant; 00032 00033 namespace game_logic { 00034 00035 class formula_debugger; 00036 class debug_info; 00037 class formula_expression; 00038 class formula; 00039 class formula_callable; 00040 00041 class base_breakpoint; 00042 00043 typedef boost::shared_ptr<base_breakpoint> breakpoint_ptr; 00044 00045 formula_debugger* add_debug_info(formula_debugger *fdb, int arg_number, const char *f_name); 00046 00047 variant evaluate_arg_callback(formula_debugger &fdb, const formula_expression &expression, const formula_callable &variables); 00048 00049 variant evaluate_formula_callback(formula_debugger &fdb, const formula &f, const formula_callable &variables); 00050 00051 variant evaluate_formula_callback(formula_debugger &fdb, const formula &f); 00052 00053 00054 } // end of namespace game_logic 00055 00056 #endif
| Generated by doxygen 1.7.1 on Fri May 25 2012 01:02:51 for The Battle for Wesnoth | Gna! | Forum | Wiki | CIA | devdocs |