SCIP_RBTreeNode Struct Reference
Detailed Description
#include <rbtree.h>
Data Fields | |
uintptr_t | parent |
SCIP_RBTREENODE * | child [2] |
Field Documentation
◆ parent
uintptr_t SCIP_RBTreeNode::parent |
Definition at line 46 of file rbtree.h.
Referenced by SCIPrbtreeDelete_call().
◆ child
SCIP_RBTREENODE* SCIP_RBTreeNode::child[2] |
Definition at line 47 of file rbtree.h.
Referenced by rbDeleteFixup(), rbInsertFixup(), rbRotate(), rbTransplant(), SCIPrbtreeDelete_call(), SCIPrbtreeFirst_call(), SCIPrbtreeInsert_call(), SCIPrbtreeLast_call(), SCIPrbtreePredecessor_call(), and SCIPrbtreeSuccessor_call().