Definition at line 70 of file CPPScope.h.
|
| 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
} |
#include </home/stephan/code/root-2/bindings/pyroot/cppyy/CPyCppyy/src/CPPScope.h>
◆ EFlags
| Enumerator |
|---|
| kNone | |
| kIsMeta | |
| kIsNamespace | |
| kIsException | |
| kIsSmart | |
| kIsPython | |
| kIsMultiCross | |
| kIsInComplete | |
| kNoImplicit | |
| kNoOSInsertion | |
| kGblOSInsertion | |
| kNoPrettyPrint | |
Definition at line 39 of file CPPScope.h.
◆ fCppObjects
◆ fCppType
◆ fDereferencer
◆ fFlags
| uint32_t CPyCppyy::CPPScope::fFlags |
|
inherited |
◆ [union]
| union { ... } CPyCppyy::CPPScope::fImp |
◆ fModuleName
| char* CPyCppyy::CPPScope::fModuleName |
|
inherited |
◆ fOperators
◆ fType
| PyHeapTypeObject CPyCppyy::CPPScope::fType |
|
inherited |
◆ fUnderlyingType
◆ fUsing
| std::vector<PyObject*>* CPyCppyy::CPPScope::fUsing |
|
inherited |
The documentation for this class was generated from the following file: