Navigation: Code Documentation > RSCommon > DataStructures > Classes > TCustomHeap
TCustomHeap Constructors
Name
Description
Create
Overloaded. Creates and initializes the heap
Create(THeapElementClass)
Overloaded. Creates and initializes the heap. The ElementClass parameter specifies the THeapElement class to create for every node in the heap.
Destroy
Represents the destructor of the TCustomHeap class.
Top