Public Member Functions | |
Impl () | |
Impl (const std::string &text, const Locale &lang) | |
Impl (const std::list< std::string > &text, const Locale &lang) | |
bool | empty () const |
std::string | text (const Locale &lang=Locale()) const |
std::set< Locale > | locales () const |
void | setText (const std::string &text, const Locale &lang) |
void | setText (const std::list< std::string > &text, const Locale &lang) |
Locale | detectLanguage () const |
Static Public Member Functions | |
static shared_ptr< Impl > | nullimpl () |
Offer default Impl. | |
Private Member Functions | |
Impl * | clone () const |
clone for RWCOW_pointer | |
Private Attributes | |
std::map< Locale, std::string > | translations |
Friends | |
Impl * | rwcowClone (const Impl *rhs) |
Definition at line 32 of file TranslatedText.cc.
|
Definition at line 34 of file TranslatedText.cc. |
|
Definition at line 37 of file TranslatedText.cc. References setText(). |
|
Definition at line 40 of file TranslatedText.cc. References setText(). |
|
Definition at line 43 of file TranslatedText.cc. References translations. Referenced by text(). |
|
Definition at line 48 of file TranslatedText.cc. References empty(), and translations. |
|
Definition at line 89 of file TranslatedText.cc. References translations. |
|
Definition at line 99 of file TranslatedText.cc. Referenced by Impl(). |
|
Definition at line 102 of file TranslatedText.cc. References zypp::str::join(). |
|
Definition at line 106 of file TranslatedText.cc. |
|
Offer default Impl.
Definition at line 116 of file TranslatedText.cc. |
|
clone for RWCOW_pointer
Definition at line 125 of file TranslatedText.cc. |
|
|
|
Definition at line 112 of file TranslatedText.cc. |