EPICS ARCHIVER V4
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups
Public Member Functions | Public Attributes | List of all members
AVLItem< Item > Class Template Reference

AVL tree item. More...

#include <AVLTree.h>

Public Member Functions

 AVLItem (const Item &i)
 Constructor.
 

Public Attributes

Item item
 item
 
AVLItemleft
 Left pointer.
 
AVLItemright
 Right pointer.
 
short balance
 balance
 

Detailed Description

template<class Item>
class AVLItem< Item >

AVL tree item.

It holds the full Item as well as left/right pointers


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