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


Public Methods | |
| TMap (Int_t capacity=TCollection::kInitHashTableCapacity, Int_t rehash=0) | |
| virtual | ~TMap () |
| void | Add (TObject *obj) |
| void | Add (TObject *key, TObject *value) |
| Float_t | AverageCollisions () const |
| Int_t | Capacity () const |
| void | Clear (Option_t *option="") |
| Int_t | Collisions (const char *keyname) const |
| Int_t | Collisions (TObject *key) const |
| void | Delete (Option_t *option="") |
| void | DeleteKeys () |
| void | DeleteValues () |
| void | DeleteAll () |
| TObject * | FindObject (const char *keyname) const |
| TObject * | FindObject (const TObject *key) const |
| TObject ** | GetObjectRef (const TObject *obj) const |
| const THashTable * | GetTable () const |
| TObject * | GetValue (const TObject *key) const |
| TIterator * | MakeIterator (Bool_t dir=kIterForward) const |
| void | Print (Option_t *option="") const |
| void | Rehash (Int_t newCapacity, Bool_t checkObjValidity=kTRUE) |
| TObject * | Remove (TObject *key) |
Friends | |
| class | TMapIter |
|
||||||||||||
|
|
|
|
|
|
|
Implements TCollection. |
|
||||||||||||
|
|
|
|
|
|
|
Reimplemented from TCollection. |
|
|
Implements TCollection. |
|
|
|
|
|
|
|
|
Implements TCollection. Referenced by DeleteKeys(). |
|
|
Definition at line 58 of file TMap.h. References Delete(). |
|
|
|
|
|
|
|
|
Reimplemented from TCollection. |
|
|
Reimplemented from TCollection. |
|
|
Implements TCollection. Definition at line 63 of file TMap.h. References THashTable::GetObjectRef(). |
|
|
|
|
|
Referenced by THtml::GetDocElement(). |
|
|
Implements TCollection. |
|
|
Reimplemented from TCollection. |
|
||||||||||||
|
|
|
|
Implements TCollection. |
|
|
|
1.2.16