The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | List of all members
game_logic::step_in_breakpoint Class Reference
Inheritance diagram for game_logic::step_in_breakpoint:
Inheritance graph

Public Member Functions

 step_in_breakpoint (formula_debugger &fdb)
 
virtual ~step_in_breakpoint ()
 
virtual bool is_break_now () const
 
- Public Member Functions inherited from game_logic::base_breakpoint
 base_breakpoint (formula_debugger &fdb, const std::string &name, bool one_time_only)
 
virtual ~base_breakpoint ()
 
bool is_one_time_only () const
 
const std::stringname () const
 

Additional Inherited Members

- Protected Attributes inherited from game_logic::base_breakpoint
formula_debuggerfdb_
 
std::string name_
 
bool one_time_only_
 

Detailed Description

Definition at line 286 of file debugger.cpp.

Constructor & Destructor Documentation

game_logic::step_in_breakpoint::step_in_breakpoint ( formula_debugger fdb)
inline

Definition at line 288 of file debugger.cpp.

virtual game_logic::step_in_breakpoint::~step_in_breakpoint ( )
inlinevirtual

Definition at line 293 of file debugger.cpp.

Member Function Documentation

virtual bool game_logic::step_in_breakpoint::is_break_now ( ) const
inlinevirtual

The documentation for this class was generated from the following file: