libTriton version 1.0 build 1592
|
pyTritonContext object. More...
#include <pythonObjects.hpp>
Public Attributes | |
PyObject_HEAD triton::Context * | ctx |
bool | ref |
Pointer to the cpp triton context. | |
PyObject * | regAttr |
Determine if this instance is a reference or not. | |
pyTritonContext object.
Definition at line 205 of file pythonObjects.hpp.
PyObject_HEAD triton::Context* triton::bindings::python::TritonContext_Object::ctx |
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.