attachTree
Short summary
This method attaches an binary balances search tree to the iterator.
Parameters
| Name | Type | Comment | Kind |
|---|---|---|---|
| tree | REFERENCE TO BalancedBinarySearchTree | The tree to be attached, should not be NULL | input |
Code
Declaration
METHOD attachTree
VAR_INPUT
(* The tree to be attached, should not be NULL *)
tree : REFERENCE TO BalancedBinarySearchTree;
END_VAR