xmscore  1.0
hash.h File Reference

std::hash_map types for convenience More...

#include <hash_map>

Go to the source code of this file.

Typedefs

typedef stdext::hash_map< std::string, std::string > xms::HASH_S_S
 short rename More...
 
typedef stdext::hash_map< int, std::string > xms::HASH_I_S
 short rename
 
typedef stdext::hash_map< std::string, std::string > xms::HashStrStr
 short rename
 
typedef stdext::hash_map< int, std::string > xms::HashIntStr
 short rename
 

Detailed Description

std::hash_map types for convenience

Definition in file hash.h.

Typedef Documentation

◆ HASH_S_S

typedef stdext::hash_map<std::string, std::string> xms::HASH_S_S

short rename

Deprecated:
Don't use the "LIST_..." types. Use the "List..." ones below

Definition at line 16 of file hash.h.