|
Pyrogenesis trunk
|
This is the complete list of members for tinygettext::Dictionary, including all inherited members.
| add_translation(const std::string &msgid, const std::string &msgid_plural, const std::vector< std::string > &msgstrs) | tinygettext::Dictionary | |
| add_translation(const std::string &msgctxt, const std::string &msgid, const std::string &msgid_plural, const std::vector< std::string > &msgstrs) | tinygettext::Dictionary | |
| add_translation(const std::string &msgid, const std::string &msgstr) | tinygettext::Dictionary | |
| add_translation(const std::string &msgctxt, const std::string &msgid, const std::string &msgstr) | tinygettext::Dictionary | |
| addFallback(Dictionary *fallback) | tinygettext::Dictionary | inline |
| charset | tinygettext::Dictionary | private |
| ctxt_entries | tinygettext::Dictionary | private |
| CtxtEntries typedef | tinygettext::Dictionary | private |
| Dictionary(const std::string &charset="UTF-8") | tinygettext::Dictionary | |
| Dictionary(const Dictionary &)=delete | tinygettext::Dictionary | private |
| entries | tinygettext::Dictionary | private |
| Entries typedef | tinygettext::Dictionary | private |
| foreach(Func func) | tinygettext::Dictionary | inline |
| foreach_ctxt(Func func) | tinygettext::Dictionary | inline |
| get_charset() const | tinygettext::Dictionary | |
| get_plural_forms() const | tinygettext::Dictionary | |
| m_fallback | tinygettext::Dictionary | private |
| m_has_fallback | tinygettext::Dictionary | private |
| operator=(const Dictionary &)=delete | tinygettext::Dictionary | private |
| plural_forms | tinygettext::Dictionary | private |
| set_plural_forms(const PluralForms &) | tinygettext::Dictionary | |
| translate(const Entries &dict, const std::string &msgid) const | tinygettext::Dictionary | private |
| translate(const std::string &msgid) const | tinygettext::Dictionary | |
| translate_ctxt(const std::string &msgctxt, const std::string &msgid) const | tinygettext::Dictionary | |
| translate_ctxt_plural(const std::string &msgctxt, const std::string &msgid, const std::string &msgidplural, int num) const | tinygettext::Dictionary | |
| translate_plural(const Entries &dict, const std::string &msgid, const std::string &msgidplural, int num) const | tinygettext::Dictionary | private |
| translate_plural(const std::string &msgid, const std::string &msgidplural, int num) const | tinygettext::Dictionary | |
| ~Dictionary() | tinygettext::Dictionary |