GNU Octave  6.2.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
octave::quit_debug_exception Class Reference
Collaboration diagram for octave::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 78 of file pt-eval.cc.

Constructor & Destructor Documentation

◆ quit_debug_exception() [1/2]

octave::quit_debug_exception::quit_debug_exception ( bool  all = false)
inline

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

◆ quit_debug_exception() [2/2]

octave::quit_debug_exception::quit_debug_exception ( const quit_debug_exception )
default

◆ ~quit_debug_exception()

octave::quit_debug_exception::~quit_debug_exception ( void  )
default

Member Function Documentation

◆ all()

bool octave::quit_debug_exception::all ( void  ) const
inline

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

References m_all.

Referenced by octave::debugger::repl().

◆ operator=()

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

Member Data Documentation

◆ m_all

bool octave::quit_debug_exception::m_all
private

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

Referenced by all().


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