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;
sc_gem5::Object * _gem5_object
sc_core::sc_attr_base * remove_attribute(const std::string &)
const char * name() const
EventsIt addChildEvent(sc_core::sc_event *e)
const std::vector< sc_core::sc_event * > & get_child_events() const
sc_core::sc_simcontext * simcontext() const
int num_attributes() const
Object & operator=(const Object &)
void delChildEvent(sc_core::sc_event *e)
const char * basename() const
sc_core::sc_object * get_parent_object() const
sc_core::sc_attr_cltn cltn
sc_core::sc_object * sc_obj()
bool add_attribute(sc_core::sc_attr_base &)
sc_core::sc_object * _sc_obj
std::string pickUniqueName(std::string name)
void remove_all_attributes()
void dump(std::ostream &=std::cout) const
void print(std::ostream &=std::cout) const
sc_core::sc_object * parent
Object(sc_core::sc_object *_sc_obj)
const std::vector< sc_core::sc_object * > & get_child_objects() const
sc_core::sc_attr_cltn & attr_cltn()
static Object * getFromScObject(sc_core::sc_object *sc_obj)
sc_core::sc_attr_base * get_attribute(const std::string &)
std::vector< sc_core::sc_event * > Events
std::string pickUniqueName(::sc_core::sc_object *parent, std::string base)
Events::iterator EventsIt
sc_core::sc_object * findObject(const char *name, const Objects &objects)
sc_core::sc_object * pickParentObj()
std::vector< sc_core::sc_object * > Objects
Objects::iterator ObjectsIt
void pushParentObj(sc_core::sc_object *obj)
const std::string & name()