[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'AvgLvlTree' (#lazutils)

TIndexedAVLTreeNode

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: avglvltree.pas line 54

type TIndexedAVLTreeNode = class(TAvlTreeNode)

public

  LeftCount: SizeInt;

  

The number of nodes in the Left side.

end;

Inheritance

TIndexedAVLTreeNode

  

|

TAvlTreeNode

?

TObject