gem5 v25.0.0.1
Loading...
Searching...
No Matches
sc_gem5::PythonInitFunc Struct Reference

#include <python.hh>

Public Types

using Callback = void(*)(pybind11::module_ &systemc)

Public Member Functions

 PythonInitFunc (Callback run)

Public Attributes

Callback callback
PythonInitFuncnext

Detailed Description

Definition at line 36 of file python.hh.

Member Typedef Documentation

◆ Callback

using sc_gem5::PythonInitFunc::Callback = void(*)(pybind11::module_ &systemc)

Definition at line 38 of file python.hh.

Constructor & Destructor Documentation

◆ PythonInitFunc()

sc_gem5::PythonInitFunc::PythonInitFunc ( Callback run)

Definition at line 63 of file python.cc.

References callback, and next.

Member Data Documentation

◆ callback

Callback sc_gem5::PythonInitFunc::callback

Definition at line 39 of file python.hh.

Referenced by PythonInitFunc().

◆ next

PythonInitFunc* sc_gem5::PythonInitFunc::next

Definition at line 41 of file python.hh.

Referenced by PythonInitFunc().


The documentation for this struct was generated from the following files:

Generated on Sat Oct 18 2025 08:07:54 for gem5 by doxygen 1.14.0