Set the parent of this node to the specified address.
Synopsis
Declared in <bslalg_rbtreenode.h>
void
setParent(RbTreeNode* address);
Description
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.
Parameters
Name |
Description |
address |
parent node, or 0 if this node is the root |
Created with MrDocs