libzypp 17.31.23
|
Candidate delta and patches for a package. More...
#include <repo/DeltaCandidates.h>
Classes | |
struct | Impl |
DeltaCandidates implementation. More... | |
Public Member Functions | |
DeltaCandidates () | |
DeltaCandidates (const std::list< Repository > &repos, const std::string &pkgname="") | |
Creates a candidate calculator. | |
~DeltaCandidates () | |
Dtor. | |
std::list< packagedelta::DeltaRpm > | deltaRpms (const Package::constPtr &package) const |
Private Attributes | |
RWCOW_pointer< Impl > | _pimpl |
Pointer to implementation. | |
Friends | |
std::ostream & | operator<< (std::ostream &str, const DeltaCandidates &obj) |
Related Functions | |
(Note that these are not member functions.) | |
std::ostream & | operator<< (std::ostream &str, const DeltaCandidates &obj) |
Stream output. | |
template<class RepoIter > | |
DeltaCandidates | makeDeltaCandidates (RepoIter begin_r, RepoIter end_r) |
Convenient construction. | |
template<class RepoContainer > | |
DeltaCandidates | makeDeltaCandidates (const RepoContainer &cont_r) |
Convenient construction. | |
Candidate delta and patches for a package.
Basically a container that given N repositories, gets all patches and deltas from them for a given package.
Definition at line 36 of file DeltaCandidates.h.
zypp::repo::DeltaCandidates::DeltaCandidates | ( | ) |
Definition at line 65 of file DeltaCandidates.cc.
zypp::repo::DeltaCandidates::DeltaCandidates | ( | const std::list< Repository > & | repos, |
const std::string & | pkgname = "" |
||
) |
Creates a candidate calculator.
repos | Set of repositories providing patch and delta packages |
Definition at line 70 of file DeltaCandidates.cc.
zypp::repo::DeltaCandidates::~DeltaCandidates | ( | ) |
Dtor.
Definition at line 75 of file DeltaCandidates.cc.
std::list< DeltaRpm > zypp::repo::DeltaCandidates::deltaRpms | ( | const Package::constPtr & | package | ) | const |
Definition at line 78 of file DeltaCandidates.cc.
|
friend |
Definition at line 107 of file DeltaCandidates.cc.
|
related |
Stream output.
Definition at line 107 of file DeltaCandidates.cc.
|
related |
|
related |
|
private |
Pointer to implementation.
Definition at line 58 of file DeltaCandidates.h.