10#ifndef ZYPP_REPO_DELTACANDIDATES_H
11#define ZYPP_REPO_DELTACANDIDATES_H
16#include <zypp/base/PtrTypes.h>
17#include <zypp/base/Function.h>
70 template<
class RepoIter>
77 template<
class RepoContainer>
79 {
return makeDeltaCandidates( cont_r.begin(), cont_r.end() ); }
TraitsType::constPtrType constPtr
Candidate delta and patches for a package.
std::list< packagedelta::DeltaRpm > deltaRpms(const Package::constPtr &package) const
RWCOW_pointer< Impl > _pimpl
Pointer to implementation.
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.
String related utilities and Regular expression matching.
std::ostream & operator<<(std::ostream &str, const DeltaCandidates &obj)
Easy-to use interface to the ZYPP dependency resolver.
RW_pointer supporting 'copy on write' functionality.
DeltaCandidates implementation.