1#ifndef CPYCPPYY_CPPSCOPE_H
2#define CPYCPPYY_CPPSCOPE_H
4#if PY_MAJOR_VERSION == 2 && PY_MINOR_VERSION == 2
7#include "structmember.h"
11 PyNumberMethods as_number;
12 PySequenceMethods as_sequence;
13 PyMappingMethods as_mapping;
14 PyBufferProcs as_buffer;
16 PyMemberDef members[1];
92 if (!pymeta)
return pymeta;
Utility::PyOperators * fOperators
Cppyy::TCppType_t fCppType
std::vector< PyObject * > * fUsing
union CPyCppyy::CPPScope::@218 fImp
CppToPyMap_t * fCppObjects
Cppyy::TCppMethod_t fDereferencer
Cppyy::TCppType_t fUnderlyingType
Set of helper functions that are invoked from the pythonizors, on the Python side.
std::map< Cppyy::TCppObject_t, PyObject * > CppToPyMap_t
Type object to hold class reference (this is only semantically a presentation of CPPScope instances,...
bool CPPScope_Check(T *object)
CPPScope * CPPScopeMeta_New(Cppyy::TCppScope_t klass, PyObject *args)
bool CPPScope_CheckExact(T *object)
PyTypeObject CPPScope_Type