#include <sysc/kernel/sc_process.h>
Public Member Functions | |
virtual sc_throw_it_helper * | clone () const =0 |
virtual void | throw_it ()=0 |
sc_throw_it_helper () | |
virtual | ~sc_throw_it_helper () |
Definition at line 295 of file sc_process.h.
sc_core::sc_throw_it_helper::sc_throw_it_helper | ( | ) | [inline] |
Definition at line 299 of file sc_process.h.
virtual sc_core::sc_throw_it_helper::~sc_throw_it_helper | ( | ) | [inline, virtual] |
Definition at line 300 of file sc_process.h.
virtual sc_throw_it_helper* sc_core::sc_throw_it_helper::clone | ( | ) | const [pure virtual] |
Implemented in sc_core::sc_throw_it< EXCEPT >.
virtual void sc_core::sc_throw_it_helper::throw_it | ( | ) | [pure virtual] |
Implemented in sc_core::sc_throw_it< EXCEPT >.