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