Node for BalancedTree class
Public Fields
-
nodeType* left
- Left child node
-
nodeType* right
- Right child node
-
nodeType* parent
- Parent node
-
String* key
- Node key
-
recType* rec
- Record, recType is typedef for SymbolObject
-
colorEnum color
- Color of node
Public Methods
-
nodeType()
- Default constructor
-
nodeType(nodeType* )
- copy constructor
-
~nodeType()
- destructor
Documentation
Node for BalancedTree class
nodeType* left
- Left child node
nodeType* right
- Right child node
nodeType* parent
- Parent node
String* key
- Node key
recType* rec
- Record, recType is typedef for SymbolObject
colorEnum color
- Color of node
nodeType()
- Default constructor
nodeType(nodeType* )
- copy constructor
~nodeType()
- destructor
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.