libTriton version 1.0 build 1590
Loading...
Searching...
No Matches
initAstNodeNamespace.cpp
Go to the documentation of this file.
1
2/*
3** Copyright (C) - Triton
4**
5** This program is under the terms of the Apache License 2.0.
6*/
7
11#include <triton/ast.hpp>
12
13
14
89namespace triton {
90 namespace bindings {
91 namespace python {
92
93 void initAstNodeNamespace(PyObject* astNodeDict) {
150 }
151
152 }; /* python namespace */
153 }; /* bindings namespace */
154}; /* triton namespace */
void initAstNodeNamespace(PyObject *astNodeDict)
Initializes the AST_NODE python namespace.
PyObject * PyLong_FromUint32(triton::uint32 value)
Returns a pyObject from a triton::uint32.
Definition utils.cpp:305
int xPyDict_SetItemString(PyObject *p, const char *key, PyObject *val)
Same as PyDict_SetItemString but decrements reference on object.
The Triton namespace.