#include <TBtree.h>
Inheritance diagram for TBtree:


Public Methods | |
| TBtree (Int_t ordern=3) | |
| virtual | ~TBtree () |
| void | Clear (Option_t *option="") |
| void | Delete (Option_t *option="") |
| TObject * | FindObject (const char *name) const |
| TObject * | FindObject (const TObject *obj) const |
| TObject ** | GetObjectRef (const TObject *) const |
| TIterator * | MakeIterator (Bool_t dir=kIterForward) const |
| void | Add (TObject *obj) |
| void | AddFirst (TObject *obj) |
| void | AddLast (TObject *obj) |
| void | AddAt (TObject *obj, Int_t) |
| void | AddAfter (TObject *, TObject *obj) |
| void | AddBefore (TObject *, TObject *obj) |
| TObject * | Remove (TObject *obj) |
| TObject * | At (Int_t idx) const |
| TObject * | Before (TObject *obj) const |
| TObject * | After (TObject *obj) const |
| TObject * | First () const |
| TObject * | Last () const |
| Int_t | Order () |
| TObject * | operator[] (Int_t i) const |
| Int_t | Rank (const TObject *obj) const |
Protected Methods | |
| void | IncrNofKeys () |
| void | DecrNofKeys () |
| Int_t | IdxAdd (const TObject &obj) |
Friends | |
| class | TBtNode |
| class | TBtInnerNode |
| class | TBtLeafNode |
|
|
|
|
|
|
|
|
Definition at line 67 of file TBtree.h. References TCollection::fSize. |
|
|
Definition at line 68 of file TBtree.h. References TCollection::fSize. |
|
|
|
|
|
Implements TCollection. |
|
|
Implements TCollection. |
|
|
Reimplemented from TCollection. |
|
|
Reimplemented from TCollection. |
|
|
Implements TCollection. |
|
|
Implements TCollection. |
|
|
Reimplemented from TSeqCollection. Referenced by AddAfter(), AddAt(), AddBefore(), AddFirst(), and AddLast(). |
|
|
Implements TSeqCollection. Definition at line 87 of file TBtree.h. References Add(). |
|
|
Implements TSeqCollection. Definition at line 88 of file TBtree.h. References Add(). |
|
||||||||||||
|
Implements TSeqCollection. Definition at line 89 of file TBtree.h. References Add(). |
|
||||||||||||
|
Implements TSeqCollection. Definition at line 90 of file TBtree.h. References Add(). |
|
||||||||||||
|
Implements TSeqCollection. Definition at line 91 of file TBtree.h. References Add(). |
|
|
Implements TCollection. |
|
|
Implements TSeqCollection. |
|
|
Implements TSeqCollection. |
|
|
Implements TSeqCollection. |
|
|
Implements TSeqCollection. |
|
|
Implements TSeqCollection. Definition at line 379 of file TBtree.h. References TCollection::fSize. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.16