#include <ResFilters.h>
Inheritance diagram for zypp::resfilter::ByArch< _Compare >:
Public Member Functions | |
ByArch (const Arch &arch_r, _Compare cmp_r) | |
bool | operator() (ResObject::constPtr p) const |
Public Attributes | |
Arch | _arch |
_Compare | _cmp |
Selects ResObject if _Compare( ResObject->arch(), _arch )<> is
true
.
Definition at line 258 of file ResFilters.h.
|
Definition at line 260 of file ResFilters.h. |
|
Definition at line 266 of file ResFilters.h. References zypp::resfilter::ByArch< _Compare >::_arch, and zypp::resfilter::ByArch< _Compare >::_cmp. |
|
Definition at line 271 of file ResFilters.h. Referenced by zypp::resfilter::ByArch< _Compare >::operator()(). |
|
Definition at line 272 of file ResFilters.h. Referenced by zypp::resfilter::ByArch< _Compare >::operator()(). |