15#ifndef SIMICS_SYSTEMC_CLASS_DECORATOR_H
16#define SIMICS_SYSTEMC_CLASS_DECORATOR_H
34 systemc::SCLCompositePciInit<T>(
nullptr, cls);
35 systemc::SCLCompositeInit<T>(
nullptr, cls);
36 systemc::Adapter::initClassInternal<T>(cls);
void SCLCompositePciInit(...)
Definition: class_decorator.h:28
void SCLCompositeInit(...)
Definition: class_decorator.h:25
Definition: pci_bus_interface.h:24
void decorate_class(typename T::is_systemc_adapter, ConfClass *cls)
Definition: class_decorator.h:33