Unit msebintree

Description

This item has no description.

Overview

Classes, Interfaces, Objects and Records

Name Description
Class tavlnode  
Class tintegeravlnode  
Class tint64avlnode  
Class tavltree  
Class tintegeravltree  
Class tint64avltree  
Class tcachenode  
Class tdatacachenode  
Class tcacheavltree  
Class tdatacacheavltree  
Class tstringcachenode  
Class tstringcacheavltree  

Types

avlnodeclassty = class of tavlnode;
pavlnode = ˆtavlnode;
nodecomparefuncty = function(const left,right: tavlnode): integer;
nodeprocty = procedure(const anode: tavlnode) of object;
integernodeprocty = procedure(const anode: tintegeravlnode) of object;
int64nodeprocty = procedure(const anode: tint64avlnode) of object;

Description

Types

avlnodeclassty = class of tavlnode;

This item has no description.

pavlnode = ˆtavlnode;

This item has no description.

nodecomparefuncty = function(const left,right: tavlnode): integer;

This item has no description.

nodeprocty = procedure(const anode: tavlnode) of object;

This item has no description.

integernodeprocty = procedure(const anode: tintegeravlnode) of object;

This item has no description.

int64nodeprocty = procedure(const anode: tint64avlnode) of object;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.