SystemC
2.3.2
Accellera SystemC proof-of-concept library
|
Process access support. More...
#include "sysc/kernel/sc_module.h"
Go to the source code of this file.
Classes | |
class | sc_core::sc_process_handle |
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 () |
Process access support.
Original Author: Andy Goodrich, Forte Design Systems, 17 June 2003
CHANGE LOG AT THE END OF THE FILE
Definition in file sc_process_handle.h.