Logo ROOT   6.12/07
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:

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  TMapIter
 Iterator of map. More...
 
class  TPair
 Class used by TMap to store (key,value) pairs. More...
 

Typedefs

typedef TPair TAssoc
 

Typedef Documentation

◆ TAssoc

typedef TPair TAssoc

Definition at line 127 of file TMap.h.