The Battle for Wesnoth  1.19.0-dev
Public Member Functions | Private Attributes | List of all members
wfl::next_breakpoint Class Reference
Inheritance diagram for wfl::next_breakpoint:

Public Member Functions

 next_breakpoint (formula_debugger &fdb)
 
virtual ~next_breakpoint ()
 
virtual bool is_break_now () const
 
- Public Member Functions inherited from wfl::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::string & name () const
 

Private Attributes

std::size_t level_
 

Additional Inherited Members

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

Detailed Description

Definition at line 333 of file debugger.cpp.

Constructor & Destructor Documentation

◆ next_breakpoint()

wfl::next_breakpoint::next_breakpoint ( formula_debugger fdb)
inline

Definition at line 335 of file debugger.cpp.

◆ ~next_breakpoint()

virtual wfl::next_breakpoint::~next_breakpoint ( )
inlinevirtual

Definition at line 340 of file debugger.cpp.

Member Function Documentation

◆ is_break_now()

virtual bool wfl::next_breakpoint::is_break_now ( ) const
inlinevirtual

Member Data Documentation

◆ level_

std::size_t wfl::next_breakpoint::level_
private

Definition at line 356 of file debugger.cpp.

Referenced by is_break_now().


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