|
libTriton version 1.0 build 1599
|
#include <triton/pythonObjects.hpp>#include <triton/pythonUtils.hpp>#include <triton/pythonXFunctions.hpp>#include <triton/coreUtils.hpp>#include <triton/exceptions.hpp>#include <triton/register.hpp>#include <iostream>Go to the source code of this file.
Namespaces | |
| namespace | triton |
| The Triton namespace. | |
| namespace | triton::bindings |
| The Bindings namespace. | |
| namespace | triton::bindings::python |
| The Python namespace. | |
Functions | |
| void | triton::bindings::python::Register_dealloc (PyObject *self) |
| Register destructor. | |
| PyObject * | triton::bindings::python::PyRegister (const triton::arch::Register ®) |
| Creates the Register python class. | |
Variables | |
| PyMethodDef | triton::bindings::python::Register_callbacks [] |
| Register methods. | |
| PyTypeObject | triton::bindings::python::Register_Type |
| pyRegister type. | |