Convenience methods to manage support for a specific Locale.
More...
#include <zypp/sat/LocaleSupport.h>
Convenience methods to manage support for a specific Locale.
{
MIL <<
"Support for locale '" <<
myLocale.locale() <<
"' is available." << endl;
}
{
MIL <<
"Will enable support for locale '" <<
myLocale.locale() <<
"'." << endl;
}
MIL <<
"Packages supporting locale '" <<
myLocale.locale() <<
"':" << endl;
{
MIL <<
" " << *
it << endl;
}
Reference counted access to a Tp object calling a custom Dispose function when the last AutoDispose h...
'Language[_Country]' codes.
Combining sat::Solvable and ResStatus.
Convenience methods to manage support for a specific Locale.
#define for_(IT, BEG, END)
Convenient for-loops using iterator.
- Todo
- If iterator is too slow install a proxy watching the Pool::serial.
Definition at line 59 of file LocaleSupport.h.
◆ iterator
◆ LocaleSupport() [1/2]
zypp::sat::LocaleSupport::LocaleSupport |
( |
| ) |
|
|
inline |
◆ LocaleSupport() [2/2]
zypp::sat::LocaleSupport::LocaleSupport |
( |
const Locale & | locale_r | ) |
|
|
inline |
◆ locale()
const Locale & zypp::sat::LocaleSupport::locale |
( |
| ) |
const |
|
inline |
◆ isAvailable()
bool zypp::sat::LocaleSupport::isAvailable |
( |
| ) |
const |
|
inline |
◆ isRequested()
bool zypp::sat::LocaleSupport::isRequested |
( |
| ) |
const |
|
inline |
Whether the solver will automatically select language specific packages for my Locale.
Definition at line 81 of file LocaleSupport.h.
◆ setRequested()
void zypp::sat::LocaleSupport::setRequested |
( |
bool | yesno_r | ) |
|
|
inline |
◆ begin()
iterator zypp::sat::LocaleSupport::begin |
( |
| ) |
const |
|
inline |
◆ end()
iterator zypp::sat::LocaleSupport::end |
( |
| ) |
const |
|
inline |
◆ operator<<()
std::ostream & operator<< |
( |
std::ostream & | str, |
|
|
const LocaleSupport & | obj ) |
|
related |
◆ dumpOn()
std::ostream & dumpOn |
( |
std::ostream & | str, |
|
|
const LocaleSupport & | obj ) |
|
related |
More verbose stream output including dependencies.
Definition at line 41 of file LocaleSupport.cc.
◆ operator==()
◆ operator!=()
◆ operator<()
◆ _locale
Locale zypp::sat::LocaleSupport::_locale |
|
private |
The documentation for this class was generated from the following file: