|
libzypp 17.31.32
|
Filter solvables according to their kind. More...
#include <Filter.h>
Public Member Functions | |
| ByKind () | |
| ByKind (const 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 |
|
inline |