| libzypp 17.37.10
    | 
Filter items with at least same NVRA, vendor. More...
#include <zypp/Filter.h>
| Public Member Functions | |
| SameItemAs (const sat::Solvable &solv_r) | |
| template<class TSolv> | |
| SameItemAs (const TSolv &solv_r) | |
| Fitting PoolItem/ResObject. | |
| 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 | |
| sat::Solvable | _item | 
Filter items with at least same NVRA, vendor.
This is usually used to find available packages that matche an insytalled one.
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | private |