SystemC Library API Reference Manual
Reference documentation for the Simics SystemC Library.
 
Loading...
Searching...
No Matches
simics::systemc::iface::CheckpointSimicsAdapter< TBase, TInterface > Class Template Reference

Adapter for Simics checkpoint interface. More...

#include <checkpoint_simics_adapter.h>

Inheritance diagram for simics::systemc::iface::CheckpointSimicsAdapter< TBase, TInterface >:
simics::systemc::iface::SimicsAdapter< checkpoint_interface_t > simics::systemc::Registrant< SimicsAdapterInterface >

Public Member Functions

 CheckpointSimicsAdapter ()
 
- Public Member Functions inherited from simics::systemc::iface::SimicsAdapter< checkpoint_interface_t >
 SimicsAdapter (const char *name, checkpoint_interface_t iface)
 
std::string name () const override
 
const interface_t * cstruct () const override
 
void set_simics_class (conf_class_t *conf_class) override
 
conf_class_t * simics_class () const override
 
void set_map_adapter (bool map) override
 
bool map_adapter () const override
 
- Public Member Functions inherited from simics::systemc::Registrant< SimicsAdapterInterface >
 Registrant ()
 
 Registrant (const Registrant &rhs)
 
virtual ~Registrant ()
 
void detach ()
 

Static Protected Member Functions

static void save (conf_object_t *obj, const char *path)
 
static void finish (conf_object_t *obj, int success)
 
static int has_persistent_data (conf_object_t *obj)
 
- Static Protected Member Functions inherited from simics::systemc::iface::SimicsAdapter< checkpoint_interface_t >
static TInterface * adapterWithoutLocking (conf_object_t *obj)
 
static SimicsLock< TInterface > adapter (conf_object_t *obj, conf_object_t *obj_lock)
 
static SimicsLock< TInterface > adapter (conf_object_t *obj)
 

Additional Inherited Members

- Protected Member Functions inherited from simics::systemc::iface::SimicsAdapter< checkpoint_interface_t >
std::vector< std::string > descriptionBase (conf_object_t *obj, DescriptionType type)
 

Detailed Description

template<typename TBase, typename TInterface = CheckpointInterface>
class simics::systemc::iface::CheckpointSimicsAdapter< TBase, TInterface >

Adapter for Simics checkpoint interface.

Constructor & Destructor Documentation

◆ CheckpointSimicsAdapter()

template<typename TBase , typename TInterface = CheckpointInterface>
simics::systemc::iface::CheckpointSimicsAdapter< TBase, TInterface >::CheckpointSimicsAdapter ( )
inline

Member Function Documentation

◆ finish()

template<typename TBase , typename TInterface = CheckpointInterface>
static void simics::systemc::iface::CheckpointSimicsAdapter< TBase, TInterface >::finish ( conf_object_t *  obj,
int  success 
)
inlinestaticprotected

◆ has_persistent_data()

template<typename TBase , typename TInterface = CheckpointInterface>
static int simics::systemc::iface::CheckpointSimicsAdapter< TBase, TInterface >::has_persistent_data ( conf_object_t *  obj)
inlinestaticprotected

◆ save()

template<typename TBase , typename TInterface = CheckpointInterface>
static void simics::systemc::iface::CheckpointSimicsAdapter< TBase, TInterface >::save ( conf_object_t *  obj,
const char *  path 
)
inlinestaticprotected

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