SystemC  2.3.1
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 226 of file sc_process.h.

Constructor & Destructor Documentation

sc_core::sc_throw_it_helper::sc_throw_it_helper ( )
inline

Definition at line 230 of file sc_process.h.

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

Definition at line 231 of file sc_process.h.

Member Function Documentation

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

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