10#ifndef ZYPP_REPO_DELTACANDIDATES_H
11#define ZYPP_REPO_DELTACANDIDATES_H
59 std::list<packagedelta::DeltaRpm> deltaRpms(const
Package::constPtr & package) const;
75 template<class RepoIter>
82 template<
class RepoContainer>
std::ostream & operator<<(std::ostream &str, const zypp::sat::detail::CDataiterator *obj)
Candidate delta and patches for a package.
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.