Skip to main content

attachTree

Short summary

This method attaches an binary balances search tree to the iterator.

Parameters

NameTypeCommentKind
treeREFERENCE TO BalancedBinarySearchTreeThe tree to be attached, should not be NULLinput

Code

Declaration

METHOD attachTree 
VAR_INPUT
(* The tree to be attached, should not be NULL *)
tree : REFERENCE TO BalancedBinarySearchTree;
END_VAR