|
libzypp
17.7.0
|
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 249 of file ResFilters.h.
|
inline |
Definition at line 251 of file ResFilters.h.
|
inline |
Definition at line 256 of file ResFilters.h.
| Arch zypp::resfilter::ByArch< TCompare >::_arch |
Definition at line 261 of file ResFilters.h.
| TCompare zypp::resfilter::ByArch< TCompare >::_cmp |
Definition at line 262 of file ResFilters.h.