12 #ifndef ZYPP_POOLITEMBEST_H
13 #define ZYPP_POOLITEMBEST_H
65 typedef std::unordered_map<IdString,PoolItem>
Container;
68 typedef boost::function<bool ( const PoolItem & lhs, const PoolItem & rhs )>
Predicate;
93 template<
class TIterator>
94 PoolItemBest( TIterator begin_r, TIterator end_r,
bool preferNotLocked_r =
false )
106 template<
class TIterator>
107 void add( TIterator begin_r, TIterator end_r )
109 for_( it, begin_r, end_r )
163 #endif // ZYPP_POOLITEMBEST_H