OverSim
oversim_mapset.h File Reference
#include <ext/hash_map>
#include <ext/hash_set>

Go to the source code of this file.

Macros

#define UNORDERED_MAP   __gnu_cxx::hash_map
#define UNORDERED_MULTIMAP   __gnu_cxx::hash_multimap
#define UNORDERED_SET   __gnu_cxx::hash_set
#define HASH_NAMESPACE   __gnu_cxx

Detailed Description

Author
Ingmar Baumgart

Definition in file oversim_mapset.h.

Macro Definition Documentation

#define HASH_NAMESPACE   __gnu_cxx

Definition at line 68 of file oversim_mapset.h.

#define UNORDERED_MAP   __gnu_cxx::hash_map

Definition at line 65 of file oversim_mapset.h.

#define UNORDERED_MULTIMAP   __gnu_cxx::hash_multimap

Definition at line 66 of file oversim_mapset.h.

#define UNORDERED_SET   __gnu_cxx::hash_set

Definition at line 67 of file oversim_mapset.h.