tlds
Transactional Operations for Linked Data Structures
|
Public Member Functions | |
RBNode (Color color=BLACK, long val=-1, RBNode *parent=NULL, long ID=0, RBNode *child0=NULL, RBNode *child1=NULL) | |
Public Attributes | |
Color | m_color |
int | m_val |
RBNode * | m_parent |
int | m_ID |
RBNode * | m_child [2] |
|
inline |
RBNode* RBTree::RBNode::m_child[2] |
Color RBTree::RBNode::m_color |
int RBTree::RBNode::m_ID |
RBNode* RBTree::RBNode::m_parent |
int RBTree::RBNode::m_val |