58 {
return *getZYpp()->resolver(); }
size_type knownRepositoriesSize() const
Forward list of Repositories that contribute ResObjects from sat::Pool.
Repository reposFind(const std::string &alias_r) const
A Solvable object within the sat Pool.
ResPoolProxy proxy() const
preliminary
void setRequestedLocales(const LocaleSet &locales_r)
Set the requested locales.
Repository reposFind(const std::string &alias_r) const
Find a Repository named alias_r.
const LocaleSet & getRequestedLocales() const
Return the requested locales.
const_iterator end() const
PoolItem find(const sat::Solvable &slv_r) const
Return the corresponding PoolItem.
std::vector< PoolItem > ItemContainerT
pure items
PoolItem find(const sat::Solvable &slv_r) const
Return the corresponding PoolItem.
repository_iterator knownRepositoriesBegin() const
pool::PoolTraits::size_type size_type
bool isAvailableLocale(const Locale &locale_r) const
Whether this Locale is in the set of available locales.
friend std::ostream & operator<<(std::ostream &str, const ResPool &obj)
repository_iterator knownRepositoriesBegin() const
const HardLockQueries & hardLockQueries() const
String related utilities and Regular expression matching.
repository_iterator knownRepositoriesEnd() const
const SerialNumber & serial() const
The pools serial number.
bool hardLockQueriesEmpty() const
pool::PoolTraits::HardLockQueries HardLockQueries
ResPool::instance().proxy();.
const_iterator begin() const
bool eraseRequestedLocale(const Locale &locale_r)
Erase one Locale from the set of requested locales.
shared_ptr< PoolImpl > Impl_Ptr
const LocaleSet & getAvailableLocales() const
Get the set of available locales.
const pool::PoolTraits::Id2ItemT & id2item() const
static Pool instance()
Singleton ctor.
Dependency resolver interface.
const SerialNumber & serial() const
Housekeeping data serial number.
void getHardLockQueries(HardLockQueries &activeLocks_r)
Suggest a new set of queries based on the current selection.
hardLockQueries_iterator hardLockQueriesBegin() const
Resolver & resolver() const
The Resolver.
const LocaleSet & getRequestedLocales() const
Return the requested locales.
bool addRequestedLocale(const Locale &locale_r)
Add one Locale to the set of requested locales.
Simple serial number provider.
repository_iterator knownRepositoriesEnd() const
'Language[_Country]' codes.
void setHardLockQueries(const HardLockQueries &newLocks_r)
Set a new set of queries.
bool isRequestedLocale(const Locale &locale_r) const
Whether this Locale is in the set of requested locales.
std::unordered_multimap< sat::detail::IdType, PoolItem > Id2ItemT
ident index
bool addRequestedLocale(const Locale &locale_r)
Add one Locale to the set of requested locales.
pool::PoolTraits::hardLockQueries_iterator hardLockQueries_iterator
const ContainerT & store() const
size_type knownRepositoriesSize() const
bool isAvailableLocale(const Locale &locale_r) const
Whether this Locale is in the set of available locales.
Combining sat::Solvable and ResStatus.
hardLockQueries_iterator hardLockQueriesEnd() const
const Id2ItemT & id2item() const
const LocaleSet & getAvailableLocales() const
Get the set of available locales.
void setHardLockQueries(const HardLockQueries &newLocks_r)
size_type hardLockQueriesSize() const
RW_pointer< pool::PoolTraits::Impl > _pimpl
Access to implementation.
Easy-to use interface to the ZYPP dependency resolver.
bool isRequestedLocale(const Locale &locale_r) const
Whether this Locale is in the set of requested locales.
ResPool(pool::PoolTraits::Impl_Ptr impl_r)
Ctor.
void setRequestedLocales(const LocaleSet &locales_r)
Set the requested locales.
bool eraseRequestedLocale(const Locale &locale_r)
Erase one Locale from the set of requested locales.
std::unordered_set< Locale > LocaleSet
ResPoolProxy proxy(ResPool self) const
const pool::PoolTraits::ItemContainerT & store() const
bool getHardLockQueries(HardLockQueries &activeLocks_r)
static ResPool instance()
Singleton ctor.