reSIProcate/rutil  9694
Defines
HashMap.hxx File Reference

Wraps your platform's implementation of hash_map, hash_multimap, and hash_set. More...

#include <map>
Include dependency graph for HashMap.hxx:
This graph shows which files directly or indirectly include this file:

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)

Detailed Description

Wraps your platform's implementation of hash_map, hash_multimap, and hash_set.

Definition in file HashMap.hxx.


Define Documentation

#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.