#include <ResFilters.h>
Inheritance diagram for zypp::resfilter::ByEdition< _Compare >:

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 219 of file ResFilters.h.
|
||||||||||||||||
|
Definition at line 221 of file ResFilters.h. |
|
||||||||||
|
Definition at line 227 of file ResFilters.h. References zypp::resfilter::ByEdition< _Compare >::_cmp, and zypp::resfilter::ByEdition< _Compare >::_edition. |
|
|||||
|
Definition at line 232 of file ResFilters.h. Referenced by zypp::resfilter::ByEdition< _Compare >::operator()(). |
|
|||||
|
Definition at line 233 of file ResFilters.h. Referenced by zypp::resfilter::ByEdition< _Compare >::operator()(). |
1.4.6