libTriton version 1.0 build 1590
Loading...
Searching...
No Matches
Namespaces | Functions | Variables
pyMemoryAccess.cpp File Reference
#include <triton/pythonObjects.hpp>
#include <triton/pythonUtils.hpp>
#include <triton/pythonXFunctions.hpp>
#include <triton/coreUtils.hpp>
#include <triton/exceptions.hpp>
#include <triton/memoryAccess.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::MemoryAccess_dealloc (PyObject *self)
 MemoryAccess destructor.
 
PyObject * triton::bindings::python::PyMemoryAccess (const triton::arch::MemoryAccess &mem)
 Creates the Memory python class.
 

Variables

PyMethodDef triton::bindings::python::MemoryAccess_callbacks []
 MemoryAccess methods.
 
PyTypeObject triton::bindings::python::MemoryAccess_Type
 pyMemory type.