10 #ifndef ZYPP_REPO_DELTACANDIDATES_H 11 #define ZYPP_REPO_DELTACANDIDATES_H 55 DeltaCandidates( std::list<Repository> repos, std::string pkgname =
"" );
75 template<
class RepoIter>
82 template<
class RepoContainer>
84 {
return makeDeltaCandidates( cont_r.begin(), cont_r.end() ); }
93 #endif // ZYPP_REPO_DELTACANDIDATES_H Candidate delta and patches for a package.
TraitsType::constPtrType constPtr
friend std::ostream & operator<<(std::ostream &str, const DeltaCandidates &obj)
DeltaCandidates & operator=(const DeltaCandidates &)=default
RWCOW_pointer< Impl > _pimpl
Pointer to implementation.
String related utilities and Regular expression matching.
std::list< packagedelta::DeltaRpm > deltaRpms(const Package::constPtr &package) const
std::ostream & operator<<(std::ostream &str, const DeltaCandidates &obj)
DeltaCandidates implementation.
DeltaCandidates makeDeltaCandidates(RepoIter begin_r, RepoIter end_r)
DeltaCandidates makeDeltaCandidates(const RepoContainer &cont_r)
Easy-to use interface to the ZYPP dependency resolver.