libTriton
version 1.0 build 1532
|
pyTritonContext object. More...
#include <pythonObjects.hpp>
Public Attributes | |
PyObject_HEAD triton::API * | api |
bool | ref |
Pointer to the cpp triton context. More... | |
PyObject * | regAttr |
Determine if this instance is a reference or not. More... | |
pyTritonContext object.
Definition at line 205 of file pythonObjects.hpp.
PyObject_HEAD triton::API* triton::bindings::python::TritonContext_Object::api |
Definition at line 207 of file pythonObjects.hpp.
bool triton::bindings::python::TritonContext_Object::ref |
Pointer to the cpp triton context.
Definition at line 208 of file pythonObjects.hpp.
PyObject* triton::bindings::python::TritonContext_Object::regAttr |
Determine if this instance is a reference or not.
Definition at line 209 of file pythonObjects.hpp.