Public Member Functions | |
def | __init__ |
def | recursiveTypeDescriptor |
![]() | |
def | __init__ |
def | generateGlobalCode |
def | generateReturnValueWrapper |
def | getFullNestedName |
def | isAtomic |
def | recordOverloadedMethods |
def | recursiveTypeDescriptor |
Public Attributes | |
typeDescriptor | |
![]() | |
atomicType | |
comment | |
foreignTypeName | |
isNested | |
moduleName | |
outerType | |
parentTypes | |
prototype | |
typeIndex | |
DerivedTypeDescriptor is a wrapper around a primitive or class type For instance const, or pointer to.
def __init__ | ( | self | ) |
def recursiveTypeDescriptor | ( | self | ) |
Attempt to get to the bottom of a type descriptor by recursively unravelling typeDescriptors until you get to a type that is not derived (primitive or class) in which case the base class will just return self.
typeDescriptor |