MCPcopy Create free account
hub / github.com/accellera-official/systemc / SC_CTOR

Method SC_CTOR

src/sysc/kernel/sc_simcontext.cpp:221–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219{
220public:
221 SC_CTOR(sc_invoke_method)
222 {
223 // remove from object hierarchy
224 detach();
225 }
226
227 virtual ~sc_invoke_method()
228 {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected