libTriton version 1.0 build 1590
Loading...
Searching...
No Matches
Public Attributes | List of all members
triton::bindings::python::TritonContext_Object Struct Reference

pyTritonContext object. More...

#include <pythonObjects.hpp>

Public Attributes

PyObject_HEAD triton::Contextctx
 
bool ref
 Pointer to the cpp triton context.
 
PyObject * regAttr
 Determine if this instance is a reference or not.
 

Detailed Description

pyTritonContext object.

Definition at line 205 of file pythonObjects.hpp.

Member Data Documentation

◆ ctx

PyObject_HEAD triton::Context* triton::bindings::python::TritonContext_Object::ctx

Definition at line 207 of file pythonObjects.hpp.

◆ ref

bool triton::bindings::python::TritonContext_Object::ref

Pointer to the cpp triton context.

Definition at line 208 of file pythonObjects.hpp.

◆ regAttr

PyObject* triton::bindings::python::TritonContext_Object::regAttr

Determine if this instance is a reference or not.

Definition at line 209 of file pythonObjects.hpp.


The documentation for this struct was generated from the following file: