gem5  v22.1.0.0
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
sc_core::sc_unwind_exception Class Reference

#include <sc_process_handle.hh>

Inheritance diagram for sc_core::sc_unwind_exception:
sc_gem5::UnwindExceptionKill sc_gem5::UnwindExceptionReset

Public Member Functions

virtual const char * what () const throw ()
 
virtual bool is_reset () const
 
 sc_unwind_exception (const sc_unwind_exception &)
 
virtual ~sc_unwind_exception () throw ()
 

Protected Member Functions

 sc_unwind_exception ()
 

Protected Attributes

bool _isReset
 

Detailed Description

Definition at line 98 of file sc_process_handle.hh.

Constructor & Destructor Documentation

◆ sc_unwind_exception() [1/2]

sc_core::sc_unwind_exception::sc_unwind_exception ( const sc_unwind_exception e)

Definition at line 51 of file sc_process_handle.cc.

◆ ~sc_unwind_exception()

sc_core::sc_unwind_exception::~sc_unwind_exception ( )
throw (
)
virtual

Definition at line 54 of file sc_process_handle.cc.

◆ sc_unwind_exception() [2/2]

sc_core::sc_unwind_exception::sc_unwind_exception ( )
protected

Definition at line 50 of file sc_process_handle.cc.

Member Function Documentation

◆ is_reset()

bool sc_core::sc_unwind_exception::is_reset ( ) const
virtual

Definition at line 45 of file sc_process_handle.cc.

References _isReset.

◆ what()

const char * sc_core::sc_unwind_exception::what ( ) const
throw (
)
virtual

Definition at line 39 of file sc_process_handle.cc.

References _isReset.

Member Data Documentation

◆ _isReset

bool sc_core::sc_unwind_exception::_isReset
protected

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

Generated on Wed Dec 21 2022 10:25:07 for gem5 by doxygen 1.9.1