10#ifndef ZYPP_REPO_DELTACANDIDATES_H
11#define ZYPP_REPO_DELTACANDIDATES_H
82 template<
class RepoContainer>
Reference counted access to a Tp object calling a custom Dispose function when the last AutoDispose h...
Candidate delta and patches for a package.
std::list< packagedelta::DeltaRpm > deltaRpms(const Package::constPtr &package) const
RWCOW_pointer< Impl > _pimpl
Pointer to implementation.
DeltaCandidates(const DeltaCandidates &)=default
friend std::ostream & operator<<(std::ostream &str, const DeltaCandidates &obj)
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.
RW_pointer supporting 'copy on write' functionality.
DeltaCandidates implementation.