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;
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t Float_t Int_t Int_t UInt_t UInt_t Rectangle_t Int_t Int_t Window_t TString Int_t GCValues_t GetPrimarySelectionOwner GetDisplay GetScreen GetColormap GetNativeEvent const char const char dpyName wid window const char font_name cursor keysym reg const char only_if_exist regb h Point_t winding char text const char depth char const char Int_t count const char ColorStruct_t color const char Pixmap_t Pixmap_t PictureAttributes_t attr const char char ret_data h unsigned char height h Atom_t Int_t ULong_t ULong_t unsigned char prop_list Atom_t Atom_t Atom_t Time_t type
Utility::PyOperators * fOperators
Cppyy::TCppType_t fCppType
std::vector< PyObject * > * fUsing
union CPyCppyy::CPPScope::@216 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