Class AStringTree
Unit
classwork
Declaration
type AStringTree = class(ABinaryTree)
Description
This class represents a binary tree that is comprised of instances of AStringLeaf. The functionality provided by this class is identical to that of ABinaryTree, except that AStringTree.readFrom reads instances of AStringLeaf instead of instances of ABinaryLeaf.
Hierarchy
Overview
Methods
|
function init: boolean; override; |
Description
Methods
|
function init: boolean; override; |
Initializer
|
Generated by PasDoc 0.13.0 on 2015-06-23 19:40:11
|