12#ifndef ZYPP_POOL_POOLTRAITS_H
13#define ZYPP_POOL_POOLTRAITS_H
48 template<
typename TPair>
51 typename TPair::second_type&
53 {
return __x.second; }
55 const typename TPair::second_type&
57 {
return __x.second; }
77 using Id2ItemT = std::unordered_multimap<sat::detail::IdType, PoolItem>;
An iterator over the subset of elements of some sequence which satisfy a given predicate.
Combining sat::Solvable and ResStatus.
zypp::detail::RepositoryIterator RepositoryIterator
unsigned int 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
ItemContainerT::const_iterator item_iterator
shared_ptr< PoolImpl > Impl_Ptr
shared_ptr< const PoolImpl > Impl_constPtr
sat::Pool::RepositoryIterator repository_iterator
list of known Repositories
std::unordered_multimap< sat::detail::IdType, PoolItem > Id2ItemT
ident index
ItemContainerT::size_type size_type
HardLockQueries::const_iterator hardLockQueries_iterator
std::vector< PoolItem > ItemContainerT
pure items
P_Select2nd< Id2ItemT::value_type > Id2ItemValueSelector
sat::detail::SolvableIdType SolvableIdType
std::list< PoolQuery > HardLockQueries
hard locks from etc/zypp/locks
transform_iterator< Id2ItemValueSelector, Id2ItemT::const_iterator > byIdent_iterator