1#ifndef CPYCPPYY_CPPDATAMEMBER_H 
    2#define CPYCPPYY_CPPDATAMEMBER_H 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
PyObject_HEAD intptr_t fOffset
 
Cppyy::TCppScope_t fEnclosingScope
 
void * GetAddress(CPPInstance *pyobj)
 
void Set(Cppyy::TCppScope_t scope, Cppyy::TCppIndex_t idata)
 
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