|
gem5
|
#include "pybind11/pybind11.h"#include <list>#include <map>#include <string>#include <inttypes.h>Go to the source code of this file.
Classes | |
| struct | EmbeddedPython |
| class | EmbeddedPyBind |
Typedefs | |
| typedef _object | PyObject |
Functions | |
| int | initM5Python () |
| int | m5Main (int argc, char **argv) |
| PyMODINIT_FUNC | initm5 (void) |
| PyMODINIT_FUNC initm5 | ( | void | ) |
Definition at line 294 of file init.cc.
References initM5Python(), and PyCC.
| int initM5Python | ( | ) |
Definition at line 231 of file init.cc.
References EmbeddedPython::initAll(), and EmbeddedPyBind::initAll().