Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
#include <elm/avl/Tree.h>
Inherits Node.
Public Member Functions | |
Node * | _left (void) const |
Node * | _right (void) const |
AVL tree requires a special kind of nodes implemenetd by this class. For using inherited AVL trees, the tree ndoe must inherit this class.
References elm::io::left().
Referenced by elm::avl::dump(), and Tree::get().
References elm::io::right().
Referenced by elm::avl::dump(), and Tree::get().