Method
IdeTreeNodeinsert_after
since: 3.32
Description
Inserts child directly after self by adding it to the parent of self.
This operation is O(1).
Available since: 3.32
Parameters
child-
Type:
IdeTreeNodeA
IdeTreeNode.The data is owned by the caller of the function.