10#ifndef ZYPP_REPO_DELTACANDIDATES_H
11#define ZYPP_REPO_DELTACANDIDATES_H
75 template<class RepoIter>
82 template<
class RepoContainer>
std::ostream & operator<<(std::ostream &str, const zypp::sat::detail::CDataiterator *obj)
std::list< packagedelta::DeltaRpm > deltaRpms(const Package::constPtr &package) const
RWCOW_pointer< Impl > _pimpl
Pointer to implementation.
DeltaCandidates(const DeltaCandidates &)=default
DeltaCandidates makeDeltaCandidates(RepoIter begin_r, RepoIter end_r)
Convenient construction.
DeltaCandidates makeDeltaCandidates(const RepoContainer &cont_r)
Convenient construction.
DeltaCandidates(DeltaCandidates &&) noexcept=default
String related utilities and Regular expression matching.
Easy-to use interface to the ZYPP dependency resolver.
const Arch Arch_armv7hnl Arch_armv7nhl ZYPP_API
RW_pointer supporting 'copy on write' functionality.
DeltaCandidates implementation.