SystemC 3.0.0
Accellera SystemC proof-of-concept library
Public Member Functions | List of all members
sc_core::sc_throw_it_helper Class Referenceabstract

#include <sysc/kernel/sc_process.h>

Inheritance diagram for sc_core::sc_throw_it_helper:
Inheritance graph
[legend]

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 164 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 168 of file sc_process.h.

◆ ~sc_throw_it_helper()

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

Definition at line 169 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: