object.hh (12984:02f20eeeb8ce) object.hh (12988:df70e73818e4)
1/*
2 * Copyright 2018 Google, Inc.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are
6 * met: redistributions of source code must retain the above copyright
7 * notice, this list of conditions and the following disclaimer;
8 * redistributions in binary form must reproduce the above copyright

--- 74 unchanged lines hidden (view full) ---

83 getFromScObject(sc_core::sc_object *sc_obj)
84 {
85 return sc_obj->_gem5_object;
86 }
87
88 sc_core::sc_object *sc_obj() { return _sc_obj; }
89
90 EventsIt addChildEvent(sc_core::sc_event *e);
1/*
2 * Copyright 2018 Google, Inc.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are
6 * met: redistributions of source code must retain the above copyright
7 * notice, this list of conditions and the following disclaimer;
8 * redistributions in binary form must reproduce the above copyright

--- 74 unchanged lines hidden (view full) ---

83 getFromScObject(sc_core::sc_object *sc_obj)
84 {
85 return sc_obj->_gem5_object;
86 }
87
88 sc_core::sc_object *sc_obj() { return _sc_obj; }
89
90 EventsIt addChildEvent(sc_core::sc_event *e);
91 void delChildEvent(EventsIt it);
91 void delChildEvent(sc_core::sc_event *e);
92
93 private:
94 sc_core::sc_object *_sc_obj;
95
96 std::string _basename;
97 std::string _name;
98
99 Objects children;

--- 15 unchanged lines hidden ---
92
93 private:
94 sc_core::sc_object *_sc_obj;
95
96 std::string _basename;
97 std::string _name;
98
99 Objects children;

--- 15 unchanged lines hidden ---