|
SystemC 3.0.0
Accellera SystemC proof-of-concept library
|
#include <sysc/kernel/sc_process.h>


Public Member Functions | |
| sc_throw_it (const EXCEPT &value) | |
| virtual | ~sc_throw_it () |
| virtual this_type * | clone () const |
| virtual void | throw_it () |
Public Member Functions inherited from sc_core::sc_throw_it_helper | |
| virtual sc_throw_it_helper * | clone () const =0 |
| virtual void | throw_it ()=0 |
| sc_throw_it_helper () | |
| virtual | ~sc_throw_it_helper () |
Protected Attributes | |
| EXCEPT | m_value |
Definition at line 173 of file sc_process.h.
|
inline |
Definition at line 177 of file sc_process.h.
|
inlinevirtual |
Definition at line 178 of file sc_process.h.
|
inlinevirtual |
Implements sc_core::sc_throw_it_helper.
Definition at line 179 of file sc_process.h.
|
inlinevirtual |
Implements sc_core::sc_throw_it_helper.
Definition at line 180 of file sc_process.h.
|
protected |
Definition at line 182 of file sc_process.h.