Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
TMap.h File Reference
#include "TCollection.h"
#include "THashTable.h"
#include <iterator>

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 128 of file TMap.h.