Class tavltree

Unit

Declaration

type tavltree = class(TObject)

Description

Hierarchy

Overview

Fields

Protected fcompare: nodecomparefuncty;

Methods

Protected function parentpo(const anode: tavlnode): pavlnode;
Protected procedure dobalance(const anode: tavlnode; const deleted: boolean);
Protected procedure addnode(const anode: tavlnode);
Protected function find(const aleft: tavlnode; out anode: tavlnode): boolean;
Public destructor destroy; override;
Public procedure clear; virtual;
Public procedure removenode(const anode: tavlnode);
Public procedure traverse(const aproc: nodeprocty);

Properties

Public property count: integer read fcount;
Public property root: tavlnode read froot;

Description

Fields

Protected fcompare: nodecomparefuncty;
 

Methods

Protected function parentpo(const anode: tavlnode): pavlnode;
 
Protected procedure dobalance(const anode: tavlnode; const deleted: boolean);
 
Protected procedure addnode(const anode: tavlnode);
 
Protected function find(const aleft: tavlnode; out anode: tavlnode): boolean;
 
Public destructor destroy; override;
 
Public procedure clear; virtual;
 
Public procedure removenode(const anode: tavlnode);
 
Public procedure traverse(const aproc: nodeprocty);
 

Properties

Public property count: integer read fcount;
 
Public property root: tavlnode read froot;
 

Generated by PasDoc 0.16.0.