Panda3D
Public Member Functions | Public Attributes | List of all members
FFIEnvironment Class Reference

Public Member Functions

def __init__ (self)
 
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)
 

Public Attributes

 downcastFunctions
 
 globalFunctions
 
 globalValues
 
 manifests
 
 types
 

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self)

Member Function Documentation

◆ addDowncastFunction()

def addDowncastFunction (   self,
  typeDescriptor 
)

◆ addGlobalFunction()

def addGlobalFunction (   self,
  typeDescriptors 
)

◆ addGlobalValue()

def addGlobalValue (   self,
  typeDescriptor 
)

◆ addManifest()

def addManifest (   self,
  typeDescriptor 
)

◆ addType()

def addType (   self,
  typeDescriptor,
  name 
)

◆ getTypeNamed()

def getTypeNamed (   self,
  name 
)

◆ reset()

def reset (   self)

Member Data Documentation

◆ downcastFunctions

downcastFunctions

◆ globalFunctions

globalFunctions

◆ globalValues

globalValues

◆ manifests

manifests

◆ types

types