Utility class that handles the context switching, using RAII methodology. More...
#include <context.h>
Public Member Functions | |
Context (const iface::SimulationInterface *sim) | |
virtual | ~Context () |
sc_core::sc_simcontext * | operator-> () const |
Utility class that handles the context switching, using RAII methodology.
Also provides an overloaded '->' operator for accessing the underlying sc_simcontext.
|
explicit |
|
virtual |
sc_core::sc_simcontext * simics::systemc::Context::operator-> | ( | ) | const |