Panda3D
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties
Public Member Functions | Public Attributes | List of all members
FFIEnvironment Class Reference

Public Member Functions

def __init__
 
def addDowncastFunction
 
def addGlobalFunction
 
def addGlobalValue
 
def addManifest
 
def addType
 
def getTypeNamed
 
def reset
 

Public Attributes

 downcastFunctions
 
 globalFunctions
 
 globalValues
 
 manifests
 
 types
 

Constructor & Destructor Documentation

def __init__ (   self)

Member Function Documentation

def addDowncastFunction (   self,
  typeDescriptor 
)
def addGlobalFunction (   self,
  typeDescriptors 
)
def addGlobalValue (   self,
  typeDescriptor 
)
def addManifest (   self,
  typeDescriptor 
)
def addType (   self,
  typeDescriptor,
  name 
)
def getTypeNamed (   self,
  name 
)
def reset (   self)

Member Data Documentation

downcastFunctions
globalFunctions
globalValues
manifests
types