[Overview][Types][Classes][Variables][Index] |
Write the contents of the tree consistency check to the stream
Source position: avl_tree.pp line 165
public procedure TAVLTree.WriteReportToStream( |
s: TStream |
); |
s |
|
Stream to write the tree report to |
WriteReportToStream writes a visual representation of the tree to the stream S. The total number of written bytes is returned in StreamSize. This method is only useful for debugging purposes.
|
Check the consistency of the tree |