| libzypp 17.37.14
    | 
Filter solvables according to their locale support. More...
#include <zypp/Filter.h>
| Public Member Functions | |
| ByLocaleSupport () | |
| Solvables with locale support. | |
| ByLocaleSupport (const Locale &locale_r) | |
| Solvables supporting locale_r. | |
| ByLocaleSupport (const LocaleSet &locales_r) | |
| Solvables supporting at least one locale in locales_r. | |
| bool | operator() (const sat::Solvable &solv_r) const | 
| Filter on Solvable. | |
| template<class TSolv> | |
| bool | operator() (const TSolv &solv_r) const | 
| Filter fitting PoolItem/ResObject. | |
| Private Types | |
| using | LS1 = bool (sat::Solvable::*)(const Locale &) const | 
| using | LS2 = bool (sat::Solvable::*)(const LocaleSet &) const | 
| Private Attributes | |
| function< bool(const sat::Solvable &)> | _sel | 
| 
 | private | 
| 
 | private | 
| 
 | inline | 
| 
 | inlineexplicit | 
| 
 | inlineexplicit | 
| 
 | inline | 
| 
 | inline | 
| 
 | private |