#include <language.hpp>
Public Member Functions | |
const t_string & | operator[] (const std::string &key) const |
Look up the string mappings given in [language] tags. More... | |
const t_string & | operator[] (const char *key) const |
utils::string_map::const_iterator | find (const std::string &key) const |
Look up the string mappings given in [language] tags. More... | |
utils::string_map::const_iterator | end () const |
Definition at line 67 of file language.hpp.
utils::string_map::const_iterator symbol_table::end | ( | ) | const |
Definition at line 98 of file language.cpp.
Referenced by combine_special_notes().
utils::string_map::const_iterator symbol_table::find | ( | const std::string & | key | ) | const |
Look up the string mappings given in [language] tags.
If the key is not found, returns symbol_table::end().
Definition at line 93 of file language.cpp.
Referenced by combine_special_notes().
const t_string & symbol_table::operator[] | ( | const char * | key | ) | const |
Definition at line 88 of file language.cpp.
const t_string & symbol_table::operator[] | ( | const std::string & | key | ) | const |
Look up the string mappings given in [language] tags.
If the key is not found, fall back to returning a string that's only meant for developers to see.
Definition at line 72 of file language.cpp.
References i.