ROOT 6.08/07 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 495 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 507 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 519 of file TBtree.cxx.
TBtItem::~TBtItem | ( | ) |
Delete a tree item.
Definition at line 529 of file TBtree.cxx.
|
friend |