Phoenix
Object-oriented orthogonally persistent operating system
|
Tree node represented by this class. More...
#include <RBTree.h>
Protected Attributes | |
u8 | isRed:1 |
The node is red. | |
u8 | isWired:1 |
The node is in a tree. | |
Friends | |
class | RBTreeBase |
Tree node represented by this class.
u8 RBTreeBase::EntryBase::isRed [protected] |
The node is red.
u8 RBTreeBase::EntryBase::isWired [protected] |
The node is in a tree.