EPICS ARCHIVER V4
|
Sorted binary tree for Items that support the "less than" and "equal" operators. More...
#include <BinaryTree.h>
Public Member Functions | |
void | add (const Item &item) |
Add (copy) Item into the tree. | |
bool | find (const Item &item) |
Try to find item in tree. More... | |
void | traverse (void(*visit)(const Item &, void *), void *arg=0) |
Sorted (inorder) traverse, calling visitor routine on each item. | |
Sorted binary tree for Items that support the "less than" and "equal" operators.
|
inline |
Try to find item in tree.