#include <formula_debugger.hpp>


Public Member Functions | |
| base_breakpoint (formula_debugger &fdb, const std::string &name, bool one_time_only) | |
| virtual | ~base_breakpoint () |
| virtual bool | is_break_now () const =0 |
| bool | is_one_time_only () const |
| const std::string & | name () const |
Protected Attributes | |
| formula_debugger & | fdb_ |
| std::string | name_ |
| bool | one_time_only_ |
Definition at line 62 of file formula_debugger.hpp.
| game_logic::base_breakpoint::base_breakpoint | ( | formula_debugger & | fdb, | |
| const std::string & | name, | |||
| bool | one_time_only | |||
| ) |
Definition at line 242 of file formula_debugger.cpp.
| game_logic::base_breakpoint::~base_breakpoint | ( | ) | [virtual] |
Definition at line 249 of file formula_debugger.cpp.
| virtual bool game_logic::base_breakpoint::is_break_now | ( | ) | const [pure virtual] |
| bool game_logic::base_breakpoint::is_one_time_only | ( | ) | const |
Definition at line 254 of file formula_debugger.cpp.
References one_time_only_.
| const std::string & game_logic::base_breakpoint::name | ( | ) | const |
Definition at line 260 of file formula_debugger.cpp.
References name_.
formula_debugger& game_logic::base_breakpoint::fdb_ [protected] |
Definition at line 70 of file formula_debugger.hpp.
Referenced by game_logic::next_breakpoint::is_break_now(), game_logic::step_out_breakpoint::is_break_now(), game_logic::step_in_breakpoint::is_break_now(), and game_logic::end_breakpoint::is_break_now().
std::string game_logic::base_breakpoint::name_ [protected] |
Definition at line 71 of file formula_debugger.hpp.
Referenced by name().
bool game_logic::base_breakpoint::one_time_only_ [protected] |
Definition at line 72 of file formula_debugger.hpp.
Referenced by is_one_time_only().
| Generated by doxygen 1.7.1 on Thu May 24 2012 01:20:56 for The Battle for Wesnoth | Gna! | Forum | Wiki | CIA | devdocs |