Unit 'AVL_Tree' Package
[Overview][Types][Classes][Variables][Index] [#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: Jul 24 2023