Antkeeper
0.0.1
|
Internationalization and localization. More...
Classes | |
struct | string_table |
Table of strings. More... | |
Typedefs | |
typedef std::unordered_map< hash::fnv1a32_t, std::string > | string_map |
Maps 32-bit keys to strings. More... | |
Internationalization and localization.
typedef std::unordered_map<hash::fnv1a32_t, std::string> i18n::string_map |
Maps 32-bit keys to strings.
Definition at line 32 of file string-map.hpp.