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


Public Methods | |
| TExMap (Int_t mapSize=100) | |
| TExMap (const TExMap &map) | |
| ~TExMap () | |
| void | Add (ULong_t hash, Long_t key, Long_t value) |
| void | Add (Long_t key, Long_t value) |
| void | Delete (Option_t *opt="") |
| Int_t | Capacity () const |
| Int_t | GetSize () const |
| Long_t | GetValue (ULong_t hash, Long_t key) |
| Long_t | GetValue (Long_t key) |
| void | Remove (ULong_t hash, Long_t key) |
| void | Remove (Long_t key) |
| Long_t & | operator() (ULong_t hash, Long_t key) |
| Long_t & | operator() (Long_t key) |
Friends | |
| class | TExMapIter |
|
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
Referenced by Add(). |
|
||||||||||||
|
Definition at line 64 of file TExMap.h. References Add(). |
|
|
Reimplemented from TObject. |
|
|
|
|
|
|
|
||||||||||||
|
Referenced by GetValue(). |
|
|
Definition at line 69 of file TExMap.h. References GetValue(). |
|
||||||||||||
|
Referenced by Remove(). |
|
|
Definition at line 71 of file TExMap.h. References Remove(). |
|
||||||||||||
|
Referenced by operator()(). |
|
|
Definition at line 74 of file TExMap.h. References operator()(). |
|
|
|
1.2.16