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

TAVLTree.FreeAndClear

Clears the tree and frees nodes

Declaration

Source position: avl_tree.pp line 128

public procedure TAVLTree.FreeAndClear;

Description

FreeAndClear deletes all nodes from the tree. The data pointer in the nodes is assumed to be an object, and is freed prior to deleting the node from the tree.

See also

TAVLTree.Clear

  

Clears the tree

TAVLTree.Delete

  

Delete a node from the tree

TAVLTree.FreeAndDelete

  

Delete a node from the tree and destroy it


Documentation generated on: May 14 2021