SystemC  2.3.2
Accellera SystemC proof-of-concept library
sc_process_handle.h File Reference

Process access support. More...

Include dependency graph for sc_process_handle.h:
This graph shows which files directly or indirectly include this file:

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 ()
 

Detailed Description

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.