ROOT  6.06/08
Reference Guide
Classes | Typedefs
TMap.h File Reference
#include "TCollection.h"
#include "THashTable.h"
#include <iterator>
+ 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
 

Typedef Documentation

§ TAssoc

typedef TPair TAssoc

Definition at line 131 of file TMap.h.