Public Member Functions | |
| Impl () | |
| Impl (const std::string &code_r) | |
| Impl (const LanguageCode &language_r, const CountryCode &country_r) | |
| const LanguageCode & | language () const |
| const CountryCode & | country () const |
| std::string | code () const |
| std::string | name () const |
| Locale | fallback () const |
Static Public Member Functions | |
| static shared_ptr< Impl > | nullimpl () |
| Offer default Impl. | |
Private Attributes | |
| LanguageCode | _language |
| CountryCode | _country |
Related Functions | |
| (Note that these are not member functions.) | |
| std::ostream & | operator<< (std::ostream &str, const Locale::Impl &obj) |
Definition at line 31 of file Locale.cc.
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
Definition at line 61 of file Locale.cc. References _language. |
|
|
Definition at line 64 of file Locale.cc. References _country. |
|
|
Definition at line 67 of file Locale.cc. References _country, _language, zypp::CountryCode::code(), zypp::LanguageCode::code(), and zypp::CountryCode::hasCode(). |
|
|
Definition at line 75 of file Locale.cc. References _country, _language, zypp::CountryCode::hasCode(), zypp::CountryCode::name(), and zypp::LanguageCode::name(). |
|
|
Definition at line 83 of file Locale.cc. References zypp::otherDefaultLanguage. |
|
|
Offer default Impl.
|
|
||||||||||||
|
Stream output |
|
|
Definition at line 104 of file Locale.cc. Referenced by code(), Impl(), language(), and name(). |
|
|
|
1.4.6