SystemC Library API Reference Manual
Reference documentation for the Simics SystemC Library.
 
Loading...
Searching...
No Matches
simics::systemc::Context Class Reference

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
 

Detailed Description

Utility class that handles the context switching, using RAII methodology.

Also provides an overloaded '->' operator for accessing the underlying sc_simcontext.

Constructor & Destructor Documentation

◆ Context()

simics::systemc::Context::Context ( const iface::SimulationInterface sim)
explicit

◆ ~Context()

virtual simics::systemc::Context::~Context ( )
virtual

Member Function Documentation

◆ operator->()

sc_core::sc_simcontext * simics::systemc::Context::operator-> ( ) const

The documentation for this class was generated from the following file: