Definition at line 70 of file CPPScope.h.
Public Attributes | ||
Cppyy::TCppMethod_t | fDereferencer | |
Cppyy::TCppType_t | fUnderlyingType | |
Public Attributes inherited from CPyCppyy::CPPScope | ||
Cppyy::TCppType_t | fCppType | |
uint32_t | fFlags | |
union { | ||
CppToPyMap_t * fCppObjects | ||
std::vector< PyObject * > * fUsing | ||
} | fImp | |
char * | fModuleName | |
Utility::PyOperators * | fOperators | |
PyHeapTypeObject | fType | |
Additional Inherited Members | |
Public Types inherited from CPyCppyy::CPPScope | |
enum | EFlags { kNone = 0x0 , kIsMeta = 0x0001 , kIsNamespace = 0x0002 , kIsException = 0x0004 , kIsSmart = 0x0008 , kIsPython = 0x0010 , kIsMultiCross = 0x0020 , kIsInComplete = 0x0040 , kNoImplicit = 0x0080 , kNoOSInsertion = 0x0100 , kGblOSInsertion = 0x0200 , kNoPrettyPrint = 0x0400 } |
Cppyy::TCppMethod_t CPyCppyy::CPPSmartClass::fDereferencer |
Definition at line 73 of file CPPScope.h.
Cppyy::TCppType_t CPyCppyy::CPPSmartClass::fUnderlyingType |
Definition at line 72 of file CPPScope.h.