Class TAVLTreeEnumerator

Unit

Declaration

type TAVLTreeEnumerator<T,PNode,TTree> = class(TCustomTreeEnumerator<T,PNode,TTree>)

Description

No description available, ancestor TCustomTreeEnumerator description follows
No description available, ancestor TEnumerator description follows

TEnumerator

Hierarchy

Overview

Fields

Protected FLowToHigh: boolean;

Methods

Protected function DoMoveNext: Boolean; override;
Public constructor Create(ATree: TObject; ALowToHigh: boolean = true);

Properties

Public property LowToHigh: boolean read FLowToHigh;

Description

Fields

Protected FLowToHigh: boolean;
 

Methods

Protected function DoMoveNext: Boolean; override;
 
Public constructor Create(ATree: TObject; ALowToHigh: boolean = true);
 

Properties

Public property LowToHigh: boolean read FLowToHigh;
 

Generated by PasDoc 0.15.0.