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

TAVLTreeNode.GetCount

Get the number of nodes

Declaration

Source position: avl_tree.pp line 53

public function TAVLTreeNode.GetCount: SizeInt;

Function result

The number of nodes in the subtree, starting from the current

Description

GetCount returns 1 plus the number of subnodes, if any.

Errors

None.


Documentation generated on: May 14 2021