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