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


Public Types | |
| enum | { kDefaultCapacity = 1, kMinExpand = 8, kShrinkFactor = 2 } |
Public Methods | |
| TOrdCollection (Int_t capacity=kDefaultCapacity) | |
| ~TOrdCollection () | |
| void | Clear (Option_t *option="") |
| void | Delete (Option_t *option="") |
| TObject ** | GetObjectRef (const TObject *obj) const |
| Int_t | IndexOf (const TObject *obj) const |
| TIterator * | MakeIterator (Bool_t dir=kIterForward) const |
| void | AddFirst (TObject *obj) |
| void | AddLast (TObject *obj) |
| void | AddAt (TObject *obj, Int_t idx) |
| void | AddAfter (TObject *after, TObject *obj) |
| void | AddBefore (TObject *before, TObject *obj) |
| void | PutAt (TObject *obj, Int_t idx) |
| TObject * | RemoveAt (Int_t idx) |
| 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 |
| void | Sort () |
| Int_t | BinarySearch (TObject *obj) |
Friends | |
| class | TOrdCollectionIter |
|
|
Definition at line 50 of file TOrdCollection.h. |
|
|
|
|
|
|
|
|
Implements TCollection. |
|
|
Implements TCollection. |
|
|
Implements TCollection. |
|
|
Reimplemented from TSeqCollection. Referenced by TToggleGroup::IndexOf(). |
|
|
Implements TCollection. |
|
|
Implements TSeqCollection. |
|
|
Implements TSeqCollection. |
|
||||||||||||
|
Implements TSeqCollection. |
|
||||||||||||
|
Implements TSeqCollection. |
|
||||||||||||
|
Implements TSeqCollection. |
|
||||||||||||
|
|
|
|
Reimplemented from TSeqCollection. Referenced by TToggleGroup::Remove(). |
|
|
Implements TCollection. Referenced by TToggleGroup::Remove(). |
|
|
Implements TSeqCollection. Referenced by TToggleGroup::At(). |
|
|
Implements TSeqCollection. |
|
|
Implements TSeqCollection. |
|
|
Implements TSeqCollection. Referenced by TToggleGroup::First(). |
|
|
Implements TSeqCollection. Referenced by TToggleGroup::Last(). |
|
|
|
|
|
|
|
|
Definition at line 33 of file TOrdCollection.h. |
1.2.16