Classes | |
struct | ByKind |
Select ResObject by kind. More... | |
struct | ByName |
Select ResObject by name. More... | |
struct | BySource |
Select ResObject by source. More... | |
struct | ByEdition |
Select ResObject by Edition using _Compare functor. More... | |
struct | ByArch |
Select ResObject by Arch using _Compare 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 | ByCapabilityIndex |
Select ResObject if at least one Capability with index index_r was found in dependency depType_r. More... | |
struct | ByCapMatch |
Select ResObject if at least one Capability with index index_r was found in dependency depType_r. More... | |
struct | ByCaIUninstalled |
Select PoolItem by uninstalled. More... | |
struct | ByCaIInstalled |
Select PoolItem by installed. More... | |
struct | ByCaITransact |
Select PoolItem by transact. More... | |
struct | ByCaINotTransact |
Select PoolItem by not transact. More... | |
struct | ByCaIKind |
Select CapAndItem by kind. More... | |
Typedefs | |
typedef std::unary_function< ResObject::constPtr, bool > | ResObjectFilterFunctor |
typedef std::unary_function< PoolItem, bool > | PoolItemFilterFunctor |
Functions | |
template<class _Res> | |
ByKind | byKind () |
template<class _Compare> | |
ByEdition< _Compare > | byEdition (const Edition &edition_r, _Compare cmp_r) |
template<class _Compare> | |
ByEdition< _Compare > | byEdition (const Edition &edition_r) |
template<class _Compare> | |
ByArch< _Compare > | byArch (const Arch &arch_r, _Compare cmp_r) |
template<class _Compare> | |
ByArch< _Compare > | byArch (const Arch &arch_r) |
template<class _Res> | |
ByCaIKind | byCaIKind () |