#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 | |
namespace | sc_core |
Defines | |
#define | sc_process_handle_h_INCLUDED |
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 () |
#define sc_process_handle_h_INCLUDED |
Definition at line 38 of file sc_process_handle.h.