28 #ifndef __SYSTEMC_CORE_OBJECT_HH__ 29 #define __SYSTEMC_CORE_OBJECT_HH__ 60 const char *
name()
const;
63 void print(std::ostream & =std::cout)
const;
64 void dump(std::ostream & =std::cout)
const;
112 const char *
name,
const Objects &objects=topLevelObjects);
120 #endif //__SYSTEMC_CORE_OBJECT_HH__
sc_core::sc_simcontext * simcontext() const
int num_attributes() const
sc_core::sc_object * get_parent_object() const
sc_core::sc_object * parent
sc_core::sc_attr_cltn & attr_cltn()
void print(std::ostream &=std::cout) const
const std::vector< sc_core::sc_object * > & get_child_objects() const
sc_core::sc_attr_base * get_attribute(const std::string &)
sc_core::sc_object * findObject(const char *name, const Objects &objects)
std::string pickUniqueName(std::string name)
Object(sc_core::sc_object *_sc_obj)
sc_core::sc_attr_base * remove_attribute(const std::string &)
std::vector< sc_core::sc_object * > Objects
sc_core::sc_object * _sc_obj
Object & operator=(const Object &)
std::vector< sc_core::sc_event * > Events
sc_gem5::Object * _gem5_object
sc_core::sc_object * pickParentObj()
void pushParentObj(sc_core::sc_object *obj)
void delChildEvent(sc_core::sc_event *e)
sc_core::sc_object * sc_obj()
sc_core::sc_attr_cltn cltn
Objects::iterator ObjectsIt
const std::vector< sc_core::sc_event * > & get_child_events() const
const char * basename() const
void dump(std::ostream &=std::cout) const
void remove_all_attributes()
EventsIt addChildEvent(sc_core::sc_event *e)
Events::iterator EventsIt
const char * name() const
static Object * getFromScObject(sc_core::sc_object *sc_obj)
bool add_attribute(sc_core::sc_attr_base &)