11#include <solv/knownid.h>
50 {
return new Impl( *
this ); }
57 return str <<
"DeltaCandidates::Impl";
83 DBG <<
"package: " <<
package << endl;
84 for_(
rit, _pimpl->repos.begin(), _pimpl->repos.end() )
89 if ( _pimpl->pkgname.empty()
95 || ( package->name() ==
delta.name()
96 && package->edition() ==
delta.edition()
97 && package->arch() ==
delta.arch() ) )
99 DBG <<
"got delta candidate: " <<
delta << endl;
Reference counted access to a Tp object calling a custom Dispose function when the last AutoDispose h...
shared_ptr< Impl > _pimpl
TraitsType::constPtrType constPtr
Candidate delta and patches for a package.
std::list< packagedelta::DeltaRpm > deltaRpms(const Package::constPtr &package) const
friend std::ostream & operator<<(std::ostream &str, const DeltaCandidates &obj)
Lightweight repository attribute value lookup.
String related utilities and Regular expression matching.
Easy-to use interface to the ZYPP dependency resolver.
DeltaCandidates implementation.
Impl(std::list< Repository > &&repos, std::string &&pkgname="")
std::list< Repository > repos
Impl * clone() const
clone for RWCOW_pointer
std::ostream & operator<<(std::ostream &str, const DeltaCandidates::Impl &obj)
Stream output.
#define for_(IT, BEG, END)
Convenient for-loops using iterator.