Public Member Functions | |
def | __init__ |
def | generateReturnValueWrapper |
![]() | |
def | __init__ |
def | generateGlobalCode |
def | generateReturnValueWrapper |
def | getFullNestedName |
def | isAtomic |
def | recordOverloadedMethods |
def | recursiveTypeDescriptor |
Additional Inherited Members | |
![]() | |
atomicType | |
comment | |
foreignTypeName | |
isNested | |
moduleName | |
outerType | |
parentTypes | |
prototype | |
typeIndex | |
Primitive type descriptors include int, float, char, etc. These get mapped to Python types like IntType, FloatType, StringType
def __init__ | ( | self | ) |
def generateReturnValueWrapper | ( | self, | |
classTypeDesc, | |||
file, | |||
userManagesMemory, | |||
needsDowncast, | |||
nesting | |||
) |
Write code to the file that will return a primitive to the caller. Pretty simple since there is no extra work needed here