libzypp 17.37.17
|
Select ResObject by Arch using TCompare functor. More...
#include <zypp/ResFilters.h>
Public Member Functions | |
ByArch (const Arch &arch_r, TCompare cmp_r) | |
bool | operator() (const ResObject::constPtr &p) const |
Public Attributes | |
Arch | _arch |
TCompare | _cmp |
Select ResObject by Arch using TCompare functor.
Selects ResObject if TCompare( ResObject->arch(), _arch ) is true
.
Definition at line 240 of file ResFilters.h.
|
inline |
Definition at line 242 of file ResFilters.h.
|
inline |
Definition at line 247 of file ResFilters.h.
Arch zypp::resfilter::ByArch< TCompare >::_arch |
Definition at line 252 of file ResFilters.h.
TCompare zypp::resfilter::ByArch< TCompare >::_cmp |
Definition at line 253 of file ResFilters.h.