Elm  1.0
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
elm::avl::Tree::Node Class Reference

#include <elm/avl/Tree.h>

+ Inheritance diagram for elm::avl::Tree::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

Node* elm::avl::Tree::Node::_left ( void  ) const

References elm::io::left().

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

Node* elm::avl::Tree::Node::_right ( void  ) const

References elm::io::right().

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


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