TLinkedObjBtree

From Ultibo.org
Jump to: navigation, search

Return to Unit UltiboClasses


Description


To be documented

Class definitions



TLinkedObjBtree = class(TLinkedBtree)

Note: TLinkedBtree with Auto Free of B-Tree Objects

Linked B-Tree which Frees all nodes on Destroy

 
constructor Create;  
destructor Destroy; override;  
private
 
public
procedure ClearBtree;  
procedure EmptyBtree;  


Function declarations



constructor TLinkedObjBtree.Create;
Description: To be documented
Note None documented


destructor TLinkedObjBtree.Destroy;
Description: To be documented
Note None documented


procedure TLinkedObjBtree.ClearBtree;
Description: Removes and frees all entries in the btree
Note None documented


procedure TLinkedObjBtree.EmptyBtree;
Description: Removes and frees all entries in the btree and adds a blank root key
Note None documented


Return to Unit Reference