SystemC  Recoding Infrastructure for SystemC v0.6.0 derived from Accellera SystemC 2.3.1
Accellera SystemC proof-of-concept library
Public Member Functions | List of all members
sc_core::sc_process_host Class Reference

This is the base class for objects which may have processes defined for their methods (e.g., sc_module). More...

#include <sysc/kernel/sc_process.h>

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

Public Member Functions

 sc_process_host ()
 
virtual ~sc_process_host ()
 
void defunct ()
 

Detailed Description

This is the base class for objects which may have processes defined for their methods (e.g., sc_module).

Definition at line 148 of file sc_process.h.

Constructor & Destructor Documentation

sc_core::sc_process_host::sc_process_host ( )
inline

Definition at line 151 of file sc_process.h.

virtual sc_core::sc_process_host::~sc_process_host ( )
inlinevirtual

Definition at line 152 of file sc_process.h.

Member Function Documentation

void sc_core::sc_process_host::defunct ( )
inline

Definition at line 153 of file sc_process.h.


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