|
libzypp 17.38.7
|
Convenience methods to manage support for a specific Locale. More...
#include <zypp/sat/LocaleSupport.h>
Public Member Functions | |
| LocaleSupport () | |
| Default ctor. | |
| LocaleSupport (const Locale &locale_r) | |
| Ctor taking a Locale. | |
| const Locale & | locale () const |
| My Locale. | |
| bool | isAvailable () const |
| Whether there are language specific packages supporting my Locale. | |
| bool | isRequested () const |
| Whether the solver will automatically select language specific packages for my Locale. | |
| void | setRequested (bool yesno_r) |
| Turn on/off solver support for my Locale. | |
| Public Member Functions inherited from zypp::sat::SolvIterMixin< LocaleSupport, filter_iterator< filter::ByLocaleSupport, Pool::SolvableIterator > > | |
| bool | empty () const |
| Whether the collection is epmty. | |
| size_type | size () const |
| Size of the collection. | |
| bool | contains (const TSolv &solv_r) const |
| Whether collection contains a specific Solvable. | |
| Solvable_iterator | solvableBegin () const |
| Solvable_iterator | solvableEnd () const |
| Iterable< Solvable_iterator > | solvable () const |
| PoolItem_iterator | poolItemBegin () const |
| PoolItem_iterator | poolItemEnd () const |
| Iterable< PoolItem_iterator > | poolItem () const |
| Selectable_iterator | selectableBegin () const |
| Selectable_iterator | selectableEnd () const |
| Iterable< Selectable_iterator > | selectable () const |
Iterate through all \ref sat::Solvables supporting my \ref Locale. | |
| using | iterator = Solvable_iterator |
| Locale | _locale |
| iterator | begin () const |
| iterator | end () const |
Additional Inherited Members | |
| Public Types inherited from zypp::sat::SolvIterMixin< LocaleSupport, filter_iterator< filter::ByLocaleSupport, Pool::SolvableIterator > > | |
| using | size_type |
| using | Solvable_iterator |
| using | PoolItem_iterator |
| using | Selectable_iterator |
| SolvIterMixin () | |
| ~SolvIterMixin () | |
| SolvIterMixin & | operator= (const SolvIterMixin &)=default |
| Static Protected Member Functions inherited from zypp::sat::detail::PoolMember | |
| static PoolImpl & | myPool () |
| static bool | poolValid () |
Convenience methods to manage support for a specific Locale.
Definition at line 59 of file LocaleSupport.h.
Definition at line 91 of file LocaleSupport.h.
|
inline |
Default ctor.
Definition at line 64 of file LocaleSupport.h.
|
inline |
Ctor taking a Locale.
Definition at line 67 of file LocaleSupport.h.
|
inline |
My Locale.
Definition at line 73 of file LocaleSupport.h.
|
inline |
Whether there are language specific packages supporting my Locale.
Definition at line 77 of file LocaleSupport.h.
|
inline |
Whether the solver will automatically select language specific packages for my Locale.
Definition at line 81 of file LocaleSupport.h.
|
inline |
Turn on/off solver support for my Locale.
Definition at line 85 of file LocaleSupport.h.
|
inline |
Definition at line 93 of file LocaleSupport.h.
|
inline |
Definition at line 96 of file LocaleSupport.h.
|
private |
Definition at line 101 of file LocaleSupport.h.