SystemC  2.3.2
Accellera SystemC proof-of-concept library
sc_core::sc_throw_it_helper Class Referenceabstract

#include <sysc/kernel/sc_process.h>

Inheritance diagram for sc_core::sc_throw_it_helper:

Public Member Functions

virtual sc_throw_it_helperclone () const =0
 
virtual void throw_it ()=0
 
 sc_throw_it_helper ()
 
virtual ~sc_throw_it_helper ()
 

Detailed Description

Definition at line 236 of file sc_process.h.

Constructor & Destructor Documentation

◆ sc_throw_it_helper()

sc_core::sc_throw_it_helper::sc_throw_it_helper ( )
inline

Definition at line 240 of file sc_process.h.

◆ ~sc_throw_it_helper()

virtual sc_core::sc_throw_it_helper::~sc_throw_it_helper ( )
inlinevirtual

Definition at line 241 of file sc_process.h.

Member Function Documentation

◆ clone()

virtual sc_throw_it_helper* sc_core::sc_throw_it_helper::clone ( ) const
pure virtual

◆ throw_it()

virtual void sc_core::sc_throw_it_helper::throw_it ( )
pure virtual

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