Panda3D
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties
Public Member Functions | Public Attributes | List of all members
FunctionTypeDescriptor Class Reference
Inheritance diagram for FunctionTypeDescriptor:
BaseTypeDescriptor

Public Member Functions

def __init__
 
def thislessArgTypes
 
- Public Member Functions inherited from BaseTypeDescriptor
def __init__
 
def generateGlobalCode
 
def generateReturnValueWrapper
 
def getFullNestedName
 
def isAtomic
 
def recordOverloadedMethods
 
def recursiveTypeDescriptor
 

Public Attributes

 argumentTypes
 
 isVirtual
 
 moduleName
 
 returnType
 
 returnValueDestructor
 
 userManagesMemory
 
 wrapperName
 
- Public Attributes inherited from BaseTypeDescriptor
 atomicType
 
 comment
 
 foreignTypeName
 
 isNested
 
 moduleName
 
 outerType
 
 parentTypes
 
 prototype
 
 typeIndex
 

Detailed Description

A C++ function type. It knows its returnType, arguments, etc.

Constructor & Destructor Documentation

def __init__ (   self)

Member Function Documentation

def thislessArgTypes (   self)
It is often useful to know the list of arguments excluding the
this parameter (if there was one)

Member Data Documentation

argumentTypes
isVirtual
moduleName
returnType
returnValueDestructor
userManagesMemory
wrapperName