Go to the documentation of this file.
12 #ifndef ZYPP_RESPOOL_H
13 #define ZYPP_RESPOOL_H
17 #include <zypp/APIConfig.h>
113 {
return( resolvable_r ?
find( resolvable_r->satSolvable() ) :
PoolItem() ); }
118 template<
class TFilter>
119 filter_iterator<TFilter,const_iterator>
filterBegin(
const TFilter & filter_r )
const
122 template<
class TFilter>
123 filter_iterator<TFilter,const_iterator>
filterEnd(
const TFilter & filter_r )
const
126 template<
class TFilter>
168 return make_transform_iterator(
id2item().equal_range( ident_r.
get() ).first,
199 return make_transform_iterator(
id2item().equal_range( ident_r.
get() ).second,
239 {
return makeIterable( byIdentBegin<TRes>( name_r ), byIdentEnd<TRes>( name_r ) ); }
243 {
return makeIterable( byIdentBegin<TRes>( name_r ), byIdentEnd<TRes>( name_r ) ); }
280 {
return makeIterable( byKindBegin<TRes>(), byKindEnd<TRes>() ); }
302 class EstablishedStates
482 #endif // ZYPP_RESPOOL_H
filter_iterator< filter::ByStatus, const_iterator > byStatusBegin(const filter::ByStatus &filter_r) const
byIdent_iterator byIdentBegin(const ByIdent &ident_r) const
bool isRequestedLocale(const Locale &locale_r) const
Whether this Locale is in the set of requested locales.
Combining sat::Solvable and ResStatus.
byIdent_iterator byIdentEnd(IdString name_r) const
const pool::PoolTraits::ItemContainerT & store() const
filter_iterator< ByKind, const_iterator > byKind_iterator
A Solvable object within the sat Pool.
Filter solvables according to their status.
Solvable satSolvable() const
Return the corresponding sat::Solvable.
byName_iterator byNameBegin(const std::string &name_r) const
Iterable< byIdent_iterator > byIdent(ResKind kind_r, const C_Str &name_r) const
byIdent_iterator byIdentBegin(ResKind kind_r, const C_Str &name_r) const
EstablishedStates::ChangedPseudoInstalled ChangedPseudoInstalled
Map holding pseudo installed items where current and established status differ.
byName_iterator byNameEnd(const std::string &name_r) const
Iterable< byIdent_iterator > byIdent(IdString name_r) const
byIdent_iterator byIdentBegin(sat::Solvable slv_r) const
Derive name and kind from sat::Solvable.
bool hardLockQueriesEmpty() const
RW_pointer< Impl > _pimpl
void setRequestedLocales(const LocaleSet &locales_r)
Set the requested locales.
Iterable< byIdent_iterator > byIdent(const C_Str &name_r) const
byIdent_iterator byIdentEnd(sat::Solvable slv_r) const
Derive name and kind from sat::Solvable.
ResPoolProxy proxy() const
preliminary
Select ResObject by name.
byIdent_iterator byIdentBegin(IdString name_r) const
byIdent_iterator byIdentBegin(IdString ident_r) const
Takes a sat::Solvable::ident string.
Iterable< filter_iterator< TFilter, const_iterator > > filter(const TFilter &filter_r) const
Iterable< filter_iterator< filter::ByStatus, const_iterator > > byStatus(const filter::ByStatus &filter_r) const
static ResPool instance()
Singleton ctor.
const_iterator end() const
repository_iterator knownRepositoriesBegin() const
filter_iterator< TFilter, typename TContainer::const_iterator > make_filter_end(TFilter f, const TContainer &c)
Convenience to create filter_iterator from container::end().
friend std::ostream & operator<<(std::ostream &str, const ResPool &obj)
pool::PoolTraits::size_type size_type
void setHardLockQueries(const HardLockQueries &newLocks_r)
Set a new set of queries.
TraitsType::constPtrType constPtr
byIdent_iterator byIdentBegin(ResKind kind_r, IdString name_r) const
pool::PoolTraits::hardLockQueries_iterator hardLockQueries_iterator
transform_iterator< Id2ItemValueSelector, Id2ItemT::const_iterator > byIdent_iterator
PoolItem value_type
PoolItem
pool::PoolTraits::repository_iterator repository_iterator
Store initial establish status of pseudo installed items.
Access to the sat-pools string space.
shared_ptr< PoolImpl > Impl_Ptr
hardLockQueries_iterator hardLockQueriesBegin() const
pool::PoolTraits::HardLockQueries HardLockQueries
Repository reposFind(const std::string &alias_r) const
Find a Repository named alias_r.
byIdent_iterator byIdentBegin(const PoolItem &pi_r) const
Derive name and kind from PoolItem.
ChangedPseudoInstalled changedPseudoInstalled() const
Return all pseudo installed items whose current state differs from the established one.
Dependency resolver interface.
filter_iterator< ByPoolItem, ItemContainerT::const_iterator > const_iterator
Iterable< byKind_iterator > byKind(const ResKind &kind_r) const
byKind_iterator byKindBegin(const ResKind &kind_r) const
const SerialNumber & serial() const
The pools serial number.
const_iterator begin() const
bool isAvailableLocale(const Locale &locale_r) const
Whether this Locale is in the set of available locales.
const pool::PoolTraits::Id2ItemT & id2item() const
byIdent_iterator byIdentEnd(const C_Str &name_r) const
Iterable< byName_iterator > byName(const std::string &name_r) const
Iterable< hardLockQueries_iterator > hardLockQueries() const
ItemContainerT::size_type size_type
Easy-to use interface to the ZYPP dependency resolver.
RW_pointer< pool::PoolTraits::Impl > _pimpl
Access to implementation.
std::vector< PoolItem > ItemContainerT
pure items
PoolItem find(const sat::Solvable &slv_r) const
Return the corresponding PoolItem.
Convenience char* constructible from std::string and char*, it maps (char*)0 to an empty string.
Iterable< byIdent_iterator > byIdent(sat::Solvable slv_r) const
EstablishedStates establishedStates() const
Factory for EstablishedStates.
byIdent_iterator byIdentBegin(const C_Str &name_r) const
std::map< PoolItem, ResStatus::ValidateValue > ChangedPseudoInstalled
Map holding pseudo installed items where current and established status differ.
ChangedPseudoInstalled changedPseudoInstalled() const
Return all pseudo installed items whose current state differs from their initial one.
filter_iterator< TFilter, typename TContainer::const_iterator > make_filter_begin(TFilter f, const TContainer &c)
Convenience to create filter_iterator from container::begin().
Main filter selecting PoolItems by name and kind.
std::list< PoolQuery > HardLockQueries
hard locks from etc/zypp/locks
PoolItem find(const ResObject::constPtr &resolvable_r) const
This is an overloaded member function, provided for convenience. It differs from the above function o...
zypp::resfilter::ByName ByName
bool addRequestedLocale(const Locale &locale_r)
Add one Locale to the set of requested locales.
Iterable< repository_iterator > knownRepositories() const
byKind_iterator byKindBegin() const
byIdent_iterator byIdentEnd(IdString ident_r) const
Takes a sat::Solvable::ident string.
byKind_iterator byKindEnd() const
Iterable< byIdent_iterator > byIdent(IdString ident_r) const
size_type knownRepositoriesSize() const
EstablishedStates(shared_ptr< Impl > pimpl_r)
Factory: ResPool::establishedStates.
std::ostream & operator<<(std::ostream &str, const Exception &obj)
hardLockQueries_iterator hardLockQueriesEnd() const
byIdent_iterator byIdentEnd(ResKind kind_r, const C_Str &name_r) const
Simple serial number provider.
ResPool::instance().proxy();.
sat::detail::IdType get() const
bool eraseRequestedLocale(const Locale &locale_r)
Erase one Locale from the set of requested locales.
std::unordered_set< Locale > LocaleSet
byIdent_iterator byIdentEnd(const ByIdent &ident_r) const
ResPool(pool::PoolTraits::Impl_Ptr impl_r)
Ctor.
Resolver & resolver() const
The Resolver.
byKind_iterator byKindEnd(const ResKind &kind_r) const
Filter solvables according to their kind.
HardLockQueries::const_iterator hardLockQueries_iterator
const LocaleSet & getAvailableLocales() const
Get the set of available locales.
Iterable< byIdent_iterator > byIdent(ResKind kind_r, IdString name_r) const
Iterable< byIdent_iterator > byIdent(const ByIdent &ident_r) const
size_type hardLockQueriesSize() const
pool::PoolTraits::const_iterator const_iterator
void getHardLockQueries(HardLockQueries &activeLocks_r)
Suggest a new set of queries based on the current selection.
String related utilities and Regular expression matching.
filter_iterator< filter::ByStatus, const_iterator > byStatusEnd(const filter::ByStatus &filter_r) const
byIdent_iterator byIdentEnd(ResKind kind_r, IdString name_r) const
filter_iterator< TFilter, const_iterator > filterBegin(const TFilter &filter_r) const
const LocaleSet & getRequestedLocales() const
Return the requested locales.
pool::PoolTraits::byIdent_iterator byIdent_iterator
Iterable< byIdent_iterator > byIdent(const PoolItem &pi_r) const
In CXX0X std::_Select2nd does no longer derive from std::unary_function.
'Language[_Country]' codes.
byIdent_iterator byIdentEnd(const PoolItem &pi_r) const
Derive name and kind from PoolItem.
Iterable< byKind_iterator > byKind() const
Pool internal filter skiping invalid/unwanted PoolItems.
filter_iterator< TFilter, const_iterator > filterEnd(const TFilter &filter_r) const
std::unordered_multimap< sat::detail::IdType, PoolItem > Id2ItemT
ident index
repository_iterator knownRepositoriesEnd() const
filter_iterator< ByName, const_iterator > byName_iterator