|   | ROOT   6.16/01 Reference Guide | 
| Public Member Functions | |
| TBtItem () | |
| sub-tree  More... | |
| TBtItem (TBtNode *n, TObject *o) | |
| Create an item to be stored in the tree.  More... | |
| TBtItem (TObject *o, TBtNode *n) | |
| Create an item to be stored in the tree.  More... | |
| ~TBtItem () | |
| Delete a tree item.  More... | |
| Private Attributes | |
| TObject * | fKey | 
| Int_t | fNofKeysInTree | 
| TBtNode * | fTree | 
| Friends | |
| class | TBtInnerNode | 
#include <TBtree.h>
| TBtItem::TBtItem | ( | ) | 
sub-tree
Create an item to be stored in the tree.
An item contains a counter of the number of keys (i.e. objects) in the node. A pointer to the node and a pointer to the object being stored.
Definition at line 496 of file TBtree.cxx.
Create an item to be stored in the tree.
An item contains a counter of the number of keys (i.e. objects) in the node. A pointer to the node and a pointer to the object being stored.
Definition at line 508 of file TBtree.cxx.
Create an item to be stored in the tree.
An item contains a counter of the number of keys (i.e. objects) in the node. A pointer to the node and a pointer to the object being stored.
Definition at line 520 of file TBtree.cxx.
| TBtItem::~TBtItem | ( | ) | 
Delete a tree item.
Definition at line 530 of file TBtree.cxx.
| 
 | friend |