#include <ResFilters.h>
Public Member Functions | |
| ByEdition (const Edition &edition_r, _Compare cmp_r) | |
| bool | operator() (ResObject::constPtr p) const |
Public Attributes | |
| Edition | _edition |
| _Compare | _cmp |
Selects ResObject if _Compare( ResObject->edition(), _edition ) is true.
// use the convenience funktions to create ByEdition: byEdition( someedition ); // selects ResObjects with edition == someedition byEdition( someedition, CompareByGT<Edition>() ) // edition > someedition
Definition at line 224 of file ResFilters.h.
| zypp::resfilter::ByEdition< _Compare >::ByEdition | ( | const Edition & | edition_r, | |
| _Compare | cmp_r | |||
| ) | [inline] |
Definition at line 226 of file ResFilters.h.
| bool zypp::resfilter::ByEdition< _Compare >::operator() | ( | ResObject::constPtr | p | ) | const [inline] |
Definition at line 232 of file ResFilters.h.
References zypp::resfilter::ByEdition< _Compare >::_cmp, and zypp::resfilter::ByEdition< _Compare >::_edition.
| Edition zypp::resfilter::ByEdition< _Compare >::_edition |
Definition at line 237 of file ResFilters.h.
Referenced by zypp::resfilter::ByEdition< _Compare >::operator()().
| _Compare zypp::resfilter::ByEdition< _Compare >::_cmp |
Definition at line 238 of file ResFilters.h.
Referenced by zypp::resfilter::ByEdition< _Compare >::operator()().
1.5.3