| 
    lab_trees
    
   Tempestuous Trees 
   | 
 
Public Member Functions | |
| BinaryTreeNodeDescriptor (const Node *node_ptr) | |
| bool | isNull () const | 
| std::string | key () const | 
| BinaryTreeNodeDescriptor | left () const | 
| BinaryTreeNodeDescriptor | right () const | 
Private Attributes | |
| const Node * | node |