Phoenix
Object-oriented orthogonally persistent operating system
Protected Attributes | Friends
RBTreeBase::EntryBase Class Reference

Tree node represented by this class. More...

#include <RBTree.h>

Collaboration diagram for RBTreeBase::EntryBase:

List of all members.

Protected Attributes

u8 isRed:1
 The node is red.
u8 isWired:1
 The node is in a tree.

Friends

class RBTreeBase

Detailed Description

Tree node represented by this class.


Member Data Documentation

The node is red.

The node is in a tree.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines