Antkeeper  0.0.1
Namespaces | Typedefs
string-map.hpp File Reference
#include <string>
#include <unordered_map>
#include <engine/utility/hash/fnv1a.hpp>

Go to the source code of this file.

Namespaces

 i18n
 Internationalization and localization.
 

Typedefs

typedef std::unordered_map< hash::fnv1a32_t, std::string > i18n::string_map
 Maps 32-bit keys to strings. More...