12#ifndef ZYPP_POOL_POOLTRAITS_H
13#define ZYPP_POOL_POOLTRAITS_H
20#include <zypp/base/Iterator.h>
21#include <zypp/base/Hash.h>
48 template<
typename TPair>
51 typename TPair::second_type&
53 {
return __x.second; }
55 const typename TPair::second_type&
57 {
return __x.second; }
73 typedef filter_iterator<ByPoolItem,ItemContainerT::const_iterator>
78 typedef std::unordered_multimap<sat::detail::IdType, PoolItem>
81 typedef transform_iterator<Id2ItemValueSelector, Id2ItemT::const_iterator>
Combining sat::Solvable and ResStatus.
unsigned SolvableIdType
Id type to connect Solvable and sat-solvable.
Easy-to use interface to the ZYPP dependency resolver.
Pool internal filter skiping invalid/unwanted PoolItems.
bool operator()(const PoolItem &pi) const
const TPair::second_type & operator()(const TPair &__x) const
TPair::second_type & operator()(TPair &__x) const
filter_iterator< ByPoolItem, ItemContainerT::const_iterator > const_iterator
shared_ptr< PoolImpl > Impl_Ptr
std::vector< PoolItem > ItemContainerT
pure items
transform_iterator< Id2ItemValueSelector, Id2ItemT::const_iterator > byIdent_iterator
P_Select2nd< Id2ItemT::value_type > Id2ItemValueSelector
ItemContainerT::const_iterator item_iterator
std::unordered_multimap< sat::detail::IdType, PoolItem > Id2ItemT
ident index
std::list< PoolQuery > HardLockQueries
hard locks from etc/zypp/locks
HardLockQueries::const_iterator hardLockQueries_iterator
sat::Pool::RepositoryIterator repository_iterator
list of known Repositories
shared_ptr< const PoolImpl > Impl_constPtr
sat::detail::SolvableIdType SolvableIdType
ItemContainerT::size_type size_type