| libzypp 17.37.10
    | 
Select ResObject by Edition using TCompare functor. More...
#include <zypp/ResFilters.h>
| Public Member Functions | |
| ByEdition (Edition edition_r, TCompare cmp_r) | |
| bool | operator() (const ResObject::constPtr &p) const | 
| Public Attributes | |
| Edition | _edition | 
| TCompare | _cmp | 
Select ResObject by Edition using TCompare functor.
Selects ResObject if TCompare( ResObject->edition(), _edition ) is true. 
Definition at line 200 of file ResFilters.h.
| 
 | inline | 
Definition at line 202 of file ResFilters.h.
| 
 | inline | 
Definition at line 207 of file ResFilters.h.
| Edition zypp::resfilter::ByEdition< TCompare >::_edition | 
Definition at line 212 of file ResFilters.h.
| TCompare zypp::resfilter::ByEdition< TCompare >::_cmp | 
Definition at line 213 of file ResFilters.h.