Set the parent of this node to the specified address. If address is 0, then this node will have not have a parent node (i.e., it will be the root node). The behavior is undefined unless address is aligned to at least two bytes.
Synopsis
Declared in <bslalg_rbtreenode.h>
void
setParent(RbTreeNode* address);
Created with MrDocs