[Overview][Classes][Index] Reference for unit 'AVL_Tree' (#fcl)

TAVLTreeNodeEnumerator

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

Enumerator for the TAVLTree tree nodes

Declaration

Source position: avl_tree.pp line 55

type TAVLTreeNodeEnumerator = class

public

  constructor Create();

  

Create a new instance of TAVLTreeNodeEnumerator

  function MoveNext;

  

Move to next node in the tree.

  property Current: TAVLTreeNode; [r]

  

Current node in the tree

end;

Inheritance

TAVLTreeNodeEnumerator

  

Enumerator for the TAVLTree tree nodes

|

TObject

Description

TAVLTreeNodeEnumerator is a class which implements the enumerator interface for the TAVLTree. It enumerates all the nodes in the tree.

See also

TAVLTree

  

AVL tree component

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