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::genstruct::AbstractAVLTree Class Reference

#include <elm/genstruct/AVLTree.h>

+ Inheritance diagram for elm::genstruct::AbstractAVLTree:

Protected Member Functions

 AbstractAVLTree (void)
 
- Protected Member Functions inherited from elm::avl::AbstractTree
 AbstractTree (void)
 
void insert (unsigned char da[], int dir, Node *node, Node *q, Node *y, Node *z)
 
void remove (Node *pa[], unsigned char da[], int k, Node *p)
 
int count (void) const
 

Additional Inherited Members

- Protected Attributes inherited from elm::avl::AbstractTree
Noderoot
 
int cnt
 

Detailed Description

Deprecated:
Only for compilation compatibility. Use elm::avl::AbstractTree.

Constructor & Destructor Documentation

elm::genstruct::AbstractAVLTree::AbstractAVLTree ( void  )
protected

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