#include <AVLRedBlackTree.h>
Public Member Functions | |
| TraverseNode () | |
| Constructor. | |
Public Attributes | |
| bool | m_Initialize |
| Detemines if a TraverseNode is initialized. | |
| int | m_TopOfStack |
| Position of the Top of the Stack. | |
| const AVLRedBlackNode< Data > * | m_Node |
| Node currently being traversed. | |
| const AVLRedBlackNode< Data > * | m_Stack [RB_MAX_HEIGHT] |
| Node Stack. | |
Definition at line 26 of file AVLRedBlackTree.h.
1.4.4