SystemC Library API Reference Manual
Reference documentation for the Simics SystemC Library.
 
Loading...
Searching...
No Matches
simics::systemc::injection::InjectInterface< TPAYLOAD > Class Template Referenceabstract

#include <inject_interface.h>

Inheritance diagram for simics::systemc::injection::InjectInterface< TPAYLOAD >:
simics::systemc::injection::AttrDictParser::ParserInterface

Public Member Functions

virtual ~InjectInterface ()
 
virtual void attrToValue (AttrDictParser *parser, TPAYLOAD *gp)=0
 
virtual void released (TPAYLOAD *gp)=0
 
- Public Member Functions inherited from simics::systemc::injection::AttrDictParser::ParserInterface
virtual ~ParserInterface ()
 
virtual std::string prefix ()=0
 
virtual bool parse (AttrDictParser *parser, const std::string &key, attr_value_t *attr)=0
 

Constructor & Destructor Documentation

◆ ~InjectInterface()

template<typename TPAYLOAD >
virtual simics::systemc::injection::InjectInterface< TPAYLOAD >::~InjectInterface ( )
inlinevirtual

Member Function Documentation

◆ attrToValue()

template<typename TPAYLOAD >
virtual void simics::systemc::injection::InjectInterface< TPAYLOAD >::attrToValue ( AttrDictParser parser,
TPAYLOAD *  gp 
)
pure virtual

◆ released()

template<typename TPAYLOAD >
virtual void simics::systemc::injection::InjectInterface< TPAYLOAD >::released ( TPAYLOAD *  gp)
pure virtual

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