libzypp 17.31.23
|
Select ResObject by Arch using TCompare functor. More...
#include <ResFilters.h>
Public Member Functions | |
ByArch (const Arch &arch_r, TCompare cmp_r) | |
bool | operator() (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 238 of file ResFilters.h.
|
inline |
Definition at line 240 of file ResFilters.h.
|
inline |
Definition at line 245 of file ResFilters.h.
Arch zypp::resfilter::ByArch< TCompare >::_arch |
Definition at line 250 of file ResFilters.h.
TCompare zypp::resfilter::ByArch< TCompare >::_cmp |
Definition at line 251 of file ResFilters.h.