Panda3D
Loading...
Searching...
No Matches
ObjectTypesLeakDetector Class Reference
Inheritance diagram for ObjectTypesLeakDetector:
LeakDetector

Public Member Functions

 __init__ (self)
 
 __len__ (self)
 
 destroy (self)
 
- Public Member Functions inherited from LeakDetector
 __init__ (self)
 
 getLeakDetectorKey (self)
 

Protected Member Functions

 _getGeneration (self)
 
 _getNumObjsOfType (self, objType, otherGen)
 
 _recalc (self)
 

Protected Attributes

int _generation = 0
 
int _thisLdGen = 0
 
dict _type2count = {}
 
dict _type2ld = {}
 
- Protected Attributes inherited from LeakDetector
 _leakDetectorsKey = self.getLeakDetectorKey()
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self)

Member Function Documentation

◆ __len__()

__len__ ( self)

◆ _getGeneration()

_getGeneration ( self)
protected

◆ _getNumObjsOfType()

_getNumObjsOfType ( self,
objType,
otherGen )
protected

◆ _recalc()

_recalc ( self)
protected

◆ destroy()

destroy ( self)

Reimplemented from LeakDetector.

Member Data Documentation

◆ _generation

int _generation = 0
protected

◆ _thisLdGen

int _thisLdGen = 0
protected

◆ _type2count

_type2count = {}
protected

◆ _type2ld

dict _type2ld = {}
protected