#include <ResFilters.h>
Inheritance diagram for zypp::resfilter::ByEdition< _Compare >:
Public Member Functions | |
ByEdition (const Edition &edition_r, _Compare cmp_r) | |
bool | operator() (ResObject::constPtr p) const |
Public Attributes | |
Edition | _edition |
_Compare | _cmp |
Selects ResObject if _Compare( ResObject->edition(), _edition )<> is
true
.
Definition at line 217 of file ResFilters.h.
|
Definition at line 219 of file ResFilters.h. |
|
Definition at line 225 of file ResFilters.h. References zypp::resfilter::ByEdition< _Compare >::_cmp, and zypp::resfilter::ByEdition< _Compare >::_edition. |
|
Definition at line 230 of file ResFilters.h. Referenced by zypp::resfilter::ByEdition< _Compare >::operator()(). |
|
Definition at line 231 of file ResFilters.h. Referenced by zypp::resfilter::ByEdition< _Compare >::operator()(). |