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

TAVLTreeNodeMemManager.NewNode

Create a new TAVLTreeNode instance

Declaration

Source position: avl_tree.pp line 188

public function TAVLTreeNodeMemManager.NewNode: TAVLTreeNode; override;

Function result

The new node.

Description

NewNode returns a new TAVLTreeNode instance. If there is a node in the free list, it is returned. If no more free nodes are present, a new node is created.

See also

TAVLTreeNodeMemManager.DisposeNode

  

Return a node to the free list


Documentation generated on: May 14 2021