1#ifndef CPYCPPYY_CPPDATAMEMBER_H
2#define CPYCPPYY_CPPDATAMEMBER_H
58 pyprop->
Set(scope, idata);
68 pyprop->
Set(scope,
name, address);
#define CPyCppyy_PyText_AsString
PyObject_HEAD intptr_t fOffset
Cppyy::TCppScope_t fEnclosingScope
void * GetAddress(CPPInstance *pyobj)
void Set(Cppyy::TCppScope_t scope, Cppyy::TCppIndex_t idata)
Set of helper functions that are invoked from the pythonizors, on the Python side.
CPPDataMember * CPPDataMember_NewConstant(Cppyy::TCppScope_t scope, const std::string &name, void *address)
bool CPPDataMember_CheckExact(T *object)
CPPDataMember * CPPDataMember_New(Cppyy::TCppScope_t scope, Cppyy::TCppIndex_t idata)
bool CPPDataMember_Check(T *object)
PyTypeObject CPPDataMember_Type