![]() |
ROOT
6.06/09
Reference Guide
|
Include dependency graph for TMap.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | TMap |
| TMap implements an associative array of (key,value) pairs using a THashTable for efficient retrieval (therefore TMap does not conserve the order of the entries). More... | |
| class | TPair< A, B > |
| Class used by TMap to store (key,value) pairs. More... | |
| class | TMapIter |
| Iterator of map. More... | |
Typedefs | |
| typedef TPair | TAssoc |