Elm  2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
Tree::Node Class Reference

#include <elm/avl/Tree.h>

Inherits Node.

Public Member Functions

Node_left (void) const
 
Node_right (void) const
 

Detailed Description

AVL tree requires a special kind of nodes implemenetd by this class. For using inherited AVL trees, the tree ndoe must inherit this class.

Member Function Documentation

◆ _left()

Node* _left ( void  ) const
inline

References elm::io::left().

Referenced by elm::avl::dump(), and Tree::get().

◆ _right()

Node* _right ( void  ) const
inline

References elm::io::right().

Referenced by elm::avl::dump(), and Tree::get().


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