14 #ifndef ZYPP_NG_SAT_PREPAREDPOOL_H_INCLUDED 15 #define ZYPP_NG_SAT_PREPAREDPOOL_H_INCLUDED 107 #endif // ZYPP_NG_SAT_PREPAREDPOOL_H_INCLUDED Simple serial number watcher.
A Solvable object within the sat Pool.
SerialNumberWatcher _serialWatcher
Orchestrator for a libsolv pool instance.
Queue whatMatchesDep(const SolvAttr &, const Capability &) const
All solvables whose attribute attr_r matches dependency cap_r.
zypp::sat::detail::CPool CPool
Queue whatContainsDep(const SolvAttr &, const Capability &) const
All solvables whose attribute attr_r contains dependency cap_r.
A move-only, non-owning view of a Pool that guarantees the whatprovides index is valid.
PreparedPool & operator=(const PreparedPool &)=delete
This file contains private API, this might break at any time between releases.
zypp::sat::detail::IdType IdType
Queue whatMatchesSolvable(const SolvAttr &, const Solvable &) const
All solvables whose attribute attr_r matches solvable solv_r.
Libsolv Id queue wrapper.
detail::IdType whatProvidesData(unsigned offset_r) const
Returns the id stored at offset_r in the whatprovidesdata array.
unsigned whatProvidesCapabilityId(detail::IdType cap_r) const
Returns the offset into the internal whatprovidesdata array for cap_r.
Pool & pool() const noexcept
Access the owning Pool.