|
reSIProcate/rutil
9694
|
Wraps your platform's implementation of hash_map, hash_multimap, and hash_set. More...
#include <map>

Go to the source code of this file.
Defines | |
| #define | HashMap std::map |
| #define | HashSet std::set |
| #define | HashMultiMap std::multimap |
| #define | HashValue(type) |
| #define | HashValueImp(type, ret) |
Wraps your platform's implementation of hash_map, hash_multimap, and hash_set.
Definition in file HashMap.hxx.
| #define HashMap std::map |
Definition at line 98 of file HashMap.hxx.
| #define HashMultiMap std::multimap |
Definition at line 100 of file HashMap.hxx.
| #define HashSet std::set |
Definition at line 99 of file HashMap.hxx.
| #define HashValue | ( | type | ) |
Definition at line 101 of file HashMap.hxx.
| #define HashValueImp | ( | type, | |
| ret | |||
| ) |
Definition at line 102 of file HashMap.hxx.
1.7.5.1