Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ProxyWrappers.h File Reference
#include <string>
Include dependency graph for ProxyWrappers.h:
This graph shows which files directly or indirectly include this file:

Namespaces

namespace  CPyCppyy
 Set of helper functions that are invoked from the pythonizors, on the Python side.
 

Functions

PyObjectCPyCppyy::BindCppObject (Cppyy::TCppObject_t object, Cppyy::TCppType_t klass, const unsigned flags=0)
 
PyObjectCPyCppyy::BindCppObjectArray (Cppyy::TCppObject_t address, Cppyy::TCppType_t klass, Py_ssize_t *dims)
 
PyObjectCPyCppyy::BindCppObjectNoCast (Cppyy::TCppObject_t object, Cppyy::TCppType_t klass, const unsigned flags=0)
 
PyObjectCPyCppyy::CreateExcScopeProxy (PyObject *pyscope, PyObject *pyname, PyObject *parent)
 
PyObjectCPyCppyy::CreateScopeProxy (const std::string &scope_name, PyObject *parent=nullptr)
 
PyObjectCPyCppyy::CreateScopeProxy (Cppyy::TCppScope_t)
 
PyObjectCPyCppyy::CreateScopeProxy (PyObject *, PyObject *args)
 
PyObjectCPyCppyy::GetScopeProxy (Cppyy::TCppScope_t)