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

Binary tree item. More...

#include <BinaryTree.h>

Public Member Functions

 BinaryTreeItem ()
 Constructor.
 

Public Attributes

Item _item
 item
 
BinaryTreeItem_left
 left pointer
 
BinaryTreeItem_right
 right pointer
 

Detailed Description

template<class Item>
class BinaryTreeItem< Item >

Binary tree item.

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


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