|
SystemC 3.0.0
Accellera SystemC proof-of-concept library
|
#include <sysc/kernel/sc_object.h>


Public Member Functions | |
| virtual const std::vector< sc_event * > & | get_child_events () const |
| virtual const std::vector< sc_object * > & | get_child_objects () const |
Public Member Functions inherited from sc_core::sc_object | |
| const char * | name () const |
| const char * | basename () const |
| virtual void | print (::std::ostream &os=::std::cout) const |
| virtual void | dump (::std::ostream &os=::std::cout) const |
| virtual void | trace (sc_trace_file *tf) const |
| virtual const char * | kind () const |
| sc_simcontext * | simcontext () const |
| bool | add_attribute (sc_attr_base &) |
| sc_attr_base * | get_attribute (const std::string &name_) |
| const sc_attr_base * | get_attribute (const std::string &name_) const |
| sc_attr_base * | remove_attribute (const std::string &name_) |
| void | remove_all_attributes () |
| int | num_attributes () const |
| sc_attr_cltn & | attr_cltn () |
| const sc_attr_cltn & | attr_cltn () const |
| virtual const std::vector< sc_event * > & | get_child_events () const |
| virtual const std::vector< sc_object * > & | get_child_objects () const |
| sc_object * | get_parent () const |
| sc_object * | get_parent_object () const |
| virtual | ~sc_object () |
Protected Member Functions | |
| sc_object_host () | |
| sc_object_host (const char *nm) | |
| virtual | ~sc_object_host () |
| virtual hierarchy_scope | get_hierarchy_scope () |
Protected Member Functions inherited from sc_core::sc_object | |
| sc_object () | |
| sc_object (const char *nm) | |
| sc_object (const sc_object &) | |
| sc_object & | operator= (const sc_object &) |
| virtual hierarchy_scope | get_hierarchy_scope () |
Friends | |
| class | sc_event |
| class | sc_module |
| class | sc_object |
| class | sc_process_b |
| SC_API const char * | sc_gen_unique_name (const char *, bool preserve_first) |
Definition at line 204 of file sc_object.h.
|
inlineprotected |
Definition at line 39 of file sc_object_int.h.
|
inlineprotected |
Definition at line 47 of file sc_object_int.h.
|
protectedvirtual |
|
inlinevirtual |
Reimplemented from sc_core::sc_object.
Definition at line 217 of file sc_object.h.
|
inlinevirtual |
Reimplemented from sc_core::sc_object.
Definition at line 220 of file sc_object.h.
|
protectedvirtual |
Reimplemented from sc_core::sc_object.
|
friend |
Definition at line 206 of file sc_object.h.
|
friend |
|
friend |
Definition at line 207 of file sc_object.h.
|
friend |
Definition at line 208 of file sc_object.h.
|
friend |
Definition at line 209 of file sc_object.h.