#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.
// use the convenience funktions to create ByArch: byArch( somearch ); // selects ResObjects with arch == somearch byArch( somearch, CompareByGT<Arch>() ) // arch > somearch
Definition at line 260 of file ResFilters.h.
| zypp::resfilter::ByArch< _Compare >::ByArch | ( | const Arch & | arch_r, | |
| _Compare | cmp_r | |||
| ) | [inline] |
Definition at line 262 of file ResFilters.h.
| bool zypp::resfilter::ByArch< _Compare >::operator() | ( | ResObject::constPtr | p | ) | const [inline] |
Definition at line 268 of file ResFilters.h.
References zypp::resfilter::ByArch< _Compare >::_arch, and zypp::resfilter::ByArch< _Compare >::_cmp.
| Arch zypp::resfilter::ByArch< _Compare >::_arch |
Definition at line 273 of file ResFilters.h.
Referenced by zypp::resfilter::ByArch< _Compare >::operator()().
| _Compare zypp::resfilter::ByArch< _Compare >::_cmp |
Definition at line 274 of file ResFilters.h.
Referenced by zypp::resfilter::ByArch< _Compare >::operator()().
1.5.0