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

TPointerToPointerEnumerator

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

Declaration

Source position: avglvltree.pas line 92

type TPointerToPointerEnumerator = class

protected

  FHighToLow: Boolean;

  FTree: TAvlTree;

  FCurrent: TAvlTreeNode;

  function GetCurrent;

public

  constructor Create();

  function GetEnumerator;

  function MoveNext;

  property Current: PPointerToPointerItem; [r]

  property HighToLow: Boolean; [r]

end;

Inheritance

TPointerToPointerEnumerator

|

TObject

The latest version of this document can be found at lazarus-ccr.sourceforge.net.