Check the consistency of the tree.
Source position: avl_tree.pp line 172
public procedure TAVLTree.ConsistencyCheck; virtual; |
ConsistencyCheck checks the correctness of the tree. It returns 0 if the tree is internally consistent, and a negative number if the tree contains an error somewhere.
|
Write the contents of the tree consistency check to the stream. |