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

Abstract base class of all SystemC `simulation' objects. More...

#include "sysc/kernel/sc_attribute.h"
#include <iostream>
Include dependency graph for sc_object.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_object
 Abstract base class of all SystemC `simulation' objects. More...
 

Namespaces

 sc_core
 

Functions

sc_object * sc_core::sc_get_parent (const sc_object *obj_p)
 

Variables

class SC_API sc_core::sc_module
 
class SC_API sc_core::sc_simcontext
 
class SC_API sc_core::sc_trace_file
 
class SC_API sc_core::sc_trace_file_base
 
const char sc_core::SC_HIERARCHY_CHAR
 
bool sc_core::sc_enable_name_checking
 

Detailed Description

Abstract base class of all SystemC `simulation' objects.

Original Author: Stan Y. Liao, Synopsys, Inc.

CHANGE LOG AT THE END OF THE FILE

Definition in file sc_object.h.