TBinaryTree Class
Definition
Delphi
type TBinaryTree = class(TRefCountedObject)
- Inheritance
- Derived
Properties
| Comparer | |
| Count | |
| RefCount | (Inherited from TRefCountedObject) |
| Root |
Methods
| AfterConstruction | (Inherited from TRefCountedObject) |
| AsObject | (Inherited from TRefCountedObject) |
| BeforeDestruction | (Inherited from TRefCountedObject) |
| GetCount | |
| GetHeight | |
| GetInterface(TGuid, Void) | (Inherited from TRefCountedObject) |
| GetRoot | |
| NewInstance | (Inherited from TRefCountedObject) |
| QueryInterface(TGuid, Void) | (Inherited from TRefCountedObject) |
| _AddRef | (Inherited from TRefCountedObject) |
| _Release | (Inherited from TRefCountedObject) |
Fields
| fComparer | |
| fCount | |
| fRefCount | (Inherited from TRefCountedObject) |
| fRoot |