event.hh (13288:f1c04129f709) event.hh (13295:e71ae162b863)
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

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

133 if (t == s) {
134 t = senses.back();
135 senses.pop_back();
136 break;
137 }
138 }
139 }
140
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

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

133 if (t == s) {
134 t = senses.back();
135 senses.pop_back();
136 break;
137 }
138 }
139 }
140
141 void clearParent();
142
141 private:
142 sc_core::sc_event *_sc_event;
143
144 std::string _basename;
145 std::string _name;
146 bool _inHierarchy;
147
148 sc_core::sc_object *parent;

--- 18 unchanged lines hidden ---
143 private:
144 sc_core::sc_event *_sc_event;
145
146 std::string _basename;
147 std::string _name;
148 bool _inHierarchy;
149
150 sc_core::sc_object *parent;

--- 18 unchanged lines hidden ---