Navigation: Code Documentation > RSCommon > DataStructures > Classes > TIHeap
TIHeap Constructors
Name
Description
Create(TICompareFunc)
Overloaded. Creates and initializes the heap.
The CompareFunc specifies the comparison function for sorting the items in the heap.
Create(TIHeapElementClass)
The ElementClass parameter specifies the TIHeapElement class to create for every node in the heap.
Destroy
Represents the destructor of the TIHeap class.
Top