libzypp 17.35.9
|
Filter solvables according to their kind. More...
#include <zypp/Filter.h>
Public Member Functions | |
ByKind () | |
ByKind (ResKind kind_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 Attributes | |
ResKind | _kind |
Related Symbols | |
(Note that these are not member symbols.) | |
template<class TRes > | |
ByKind | byKind () |
templated convenience ctor. | |
|
inline |