GNU Octave  8.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
quit_debug_exception Class Reference
Collaboration diagram for quit_debug_exception:

Public Member Functions

 quit_debug_exception (bool all=false)
 
 quit_debug_exception (const quit_debug_exception &)=default
 
 ~quit_debug_exception (void)=default
 
bool all (void) const
 
quit_debug_exceptionoperator= (const quit_debug_exception &)=default
 

Private Attributes

bool m_all
 

Detailed Description

Definition at line 80 of file pt-eval.cc.

Constructor & Destructor Documentation

◆ quit_debug_exception() [1/2]

quit_debug_exception::quit_debug_exception ( bool  all = false)
inline

Definition at line 84 of file pt-eval.cc.

◆ quit_debug_exception() [2/2]

quit_debug_exception::quit_debug_exception ( const quit_debug_exception )
default

◆ ~quit_debug_exception()

quit_debug_exception::~quit_debug_exception ( void  )
default

Member Function Documentation

◆ all()

bool quit_debug_exception::all ( void  ) const
inline

Definition at line 92 of file pt-eval.cc.

Referenced by debugger::repl(), and debugger::server_loop().

◆ operator=()

quit_debug_exception& quit_debug_exception::operator= ( const quit_debug_exception )
default

Member Data Documentation

◆ m_all

bool quit_debug_exception::m_all
private

Definition at line 96 of file pt-eval.cc.


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