|
SystemC
Recoding Infrastructure for SystemC v0.6.2 derived from Accellera SystemC 2.3.1
Accellera SystemC proof-of-concept library
|
#include "sysc/kernel/sc_module.h"

Go to the source code of this file.
Classes | |
| class | sc_core::sc_process_handle |
| This class provides access to an sc_process_b object instance in a manner which allows some persistence after the deletion of the actual process. More... | |
Namespaces | |
| sc_core | |
Functions | |
| bool | sc_core::operator== (const sc_process_handle &left, const sc_process_handle &right) |
| bool | sc_core::operator!= (const sc_process_handle &left, const sc_process_handle &right) |
| bool | sc_core::operator< (const sc_process_handle &left, const sc_process_handle &right) |
| sc_process_handle | sc_core::sc_get_last_created_process_handle () |
1.8.5