lab_bst
Beautiful Binary Search Trees
BSTNodeDescriptor< Node > Class Template Reference
Inheritance diagram for BSTNodeDescriptor< Node >:
[legend]
Collaboration diagram for BSTNodeDescriptor< Node >:
[legend]

Public Member Functions

 BSTNodeDescriptor (const Node *root)
 
bool isNull () const
 
std::string key () const
 
BSTNodeDescriptor left () const
 
BSTNodeDescriptor right () const
 

The documentation for this class was generated from the following file: