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

Namespaces

namespace  CPyCppyy
 

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, cdims_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, const unsigned flags=0)
 
PyObjectCPyCppyy::CreateScopeProxy (Cppyy::TCppScope_t, const unsigned flags=0)
 
PyObjectCPyCppyy::CreateScopeProxy (PyObject *, PyObject *args)
 
PyObjectCPyCppyy::GetScopeProxy (Cppyy::TCppScope_t)