|
ETISS 0.11.2
ExtendableTranslatingInstructionSetSimulator(version0.11.2)
|
Functions | |
| void | init () |
| void | shutdown () |
| void | console () |
| bool | supported () |
| void | runString (std::string s) |
| void | run (std::function< void(void)> func) |
| void | runEXT (std::function< void(void)> func) |
| std::string | evalForString (const char *stmt, bool *ok=nullptr) |
| void etiss::py::console | ( | ) |
Definition at line 433 of file ETISSPython.cpp.
| std::string etiss::py::evalForString | ( | const char * | stmt, |
| bool * | ok = nullptr |
||
| ) |
Definition at line 444 of file ETISSPython.cpp.
| void etiss::py::init | ( | ) |
Definition at line 429 of file ETISSPython.cpp.
Referenced by etiss_initialize().

| void etiss::py::run | ( | std::function< void(void)> | func | ) |
Definition at line 442 of file ETISSPython.cpp.
| void etiss::py::runEXT | ( | std::function< void(void)> | func | ) |
| void etiss::py::runString | ( | std::string | s | ) |
Definition at line 440 of file ETISSPython.cpp.
| void etiss::py::shutdown | ( | ) |
Definition at line 431 of file ETISSPython.cpp.
Referenced by etiss::shutdown().

| bool etiss::py::supported | ( | ) |
Definition at line 435 of file ETISSPython.cpp.