10 #ifndef ZYPP_REPO_DELTACANDIDATES_H 11 #define ZYPP_REPO_DELTACANDIDATES_H 55 DeltaCandidates( std::list<Repository> repos, std::string pkgname =
"" );
59 std::list<packagedelta::DeltaRpm> deltaRpms(
const Package::constPtr & package)
const;
75 template<
class RepoIter>
82 template<
class RepoContainer>
93 #endif // ZYPP_REPO_DELTACANDIDATES_H Candidate delta and patches for a package.
TraitsType::constPtrType constPtr
std::ostream & operator<<(std::ostream &str, const DeltaCandidates::Impl &obj)
relates: DeltaCandidates::Impl Stream output
RWCOW_pointer< Impl > _pimpl
Pointer to implementation.
String related utilities and Regular expression matching.
const Arch Arch_empty ZYPP_API
relates: Arch This is an empty Arch represented by an empty string.
DeltaCandidates implementation.
DeltaCandidates makeDeltaCandidates(RepoIter begin_r, RepoIter end_r)
relates: DeltaCandidates Convenient construction.
Easy-to use interface to the ZYPP dependency resolver.