gem5
v20.0.0.2
|
#include <python.hh>
Public Member Functions | |
PythonInitFunc () | |
~PythonInitFunc () | |
virtual void | run (pybind11::module &systemc)=0 |
Public Attributes | |
PythonInitFunc * | next |
|
inline |
Definition at line 50 of file python.hh.
References sc_gem5::PythonReadyFunc::run().
|
pure virtual |
PythonInitFunc* sc_gem5::PythonInitFunc::next |