EPICS ARCHIVER V4
|
AVL tree item. More...
#include <AVLTree.h>
Public Member Functions | |
AVLItem (const Item &i) | |
Constructor. | |
Public Attributes | |
Item | item |
item | |
AVLItem * | left |
Left pointer. | |
AVLItem * | right |
Right pointer. | |
short | balance |
balance | |
AVL tree item.
It holds the full Item as well as left/right pointers