Class tavltree
Unit
Declaration
type tavltree = class(TObject)
Description
Hierarchy
- TObject
- tavltree
Overview
Fields
![]() |
fcompare: nodecomparefuncty; |
Methods
![]() |
function parentpo(const anode: tavlnode): pavlnode; |
![]() |
procedure dobalance(const anode: tavlnode; const deleted: boolean); |
![]() |
procedure addnode(const anode: tavlnode); |
![]() |
function find(const aleft: tavlnode; out anode: tavlnode): boolean; |
![]() |
destructor destroy; override; |
![]() |
procedure clear; virtual; |
![]() |
procedure removenode(const anode: tavlnode); |
![]() |
procedure traverse(const aproc: nodeprocty); |
Properties
![]() |
property count: integer read fcount; |
![]() |
property root: tavlnode read froot; |
Description
Fields
![]() |
fcompare: nodecomparefuncty; |
Methods
![]() |
function parentpo(const anode: tavlnode): pavlnode; |
![]() |
procedure dobalance(const anode: tavlnode; const deleted: boolean); |
![]() |
procedure addnode(const anode: tavlnode); |
![]() |
function find(const aleft: tavlnode; out anode: tavlnode): boolean; |
![]() |
destructor destroy; override; |
![]() |
procedure clear; virtual; |
![]() |
procedure removenode(const anode: tavlnode); |
![]() |
procedure traverse(const aproc: nodeprocty); |
Properties
![]() |
property count: integer read fcount; |
![]() |
property root: tavlnode read froot; |
Generated by PasDoc 0.16.0.

