|
libzypp
15.24.2
|
Classes | |
| struct | ByName |
| Select ResObject by name. More... | |
| struct | ByRepository |
| Select ResObject by repository or repository alias. More... | |
| struct | ByEdition |
| Select ResObject by Edition using TCompare functor. More... | |
| struct | ByArch |
| Select ResObject by Arch using TCompare functor. More... | |
| struct | ByInstalled |
| Select PoolItem by installed. More... | |
| struct | ByUninstalled |
| Select PoolItem by uninstalled. More... | |
| struct | ByTransact |
| Select PoolItem by transact. More... | |
| struct | ByLock |
| Select PoolItem by lock. More... | |
| struct | ByKeep |
| Select PoolItem by keep. More... | |
| struct | ByRecommended |
| PoolItem which is recommended. More... | |
| struct | BySuggested |
| PoolItem which is suggested. More... | |
Typedefs | |
| typedef std::unary_function < ResObject::constPtr, bool > | ResObjectFilterFunctor |
| typedef boost::function< bool(ResObject::constPtr)> | ResFilter |
| typedef std::unary_function < PoolItem, bool > | PoolItemFilterFunctor |
Functions | |
| template<class TRes > | |
| filter::ByKind | byKind () |
| template<class TCompare > | |
| ByEdition< TCompare > | byEdition (const Edition &edition_r, TCompare cmp_r) |
| template<class TCompare > | |
| ByEdition< TCompare > | byEdition (const Edition &edition_r) |
| template<class TCompare > | |
| ByArch< TCompare > | byArch (const Arch &arch_r, TCompare cmp_r) |
| template<class TCompare > | |
| ByArch< TCompare > | byArch (const Arch &arch_r) |