#include <DeltaCandidates.h>
Public Member Functions | |
| DeltaCandidates (const std::list< Repository > &repos) | |
| ~DeltaCandidates () | |
| Dtor. | |
| std::list < packagedelta::PatchRpm > | patchRpms (const Package::constPtr &package) const |
| 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) |
| Stream output. | |
Related Functions | |
| (Note that these are not member functions.) | |
| template<class RepositoryIter> | |
| DeltaCandidates | makeDeltaCandidates (RepositoryIter begin_r, RepositoryIter end_r) |
| Convenient construction. | |
| template<class RepositoryContainer> | |
| DeltaCandidates | makeDeltaCandidates (const RepositoryContainer &cont_r) |
| Convenient construction. | |
Classes | |
| struct | Impl |
| DeltaCandidates implementation. More... | |
Definition at line 36 of file DeltaCandidates.h.
| zypp::repo::DeltaCandidates::DeltaCandidates | ( | const std::list< Repository > & | repos | ) |
Creates a candidate calculator
| repos | Set of repositories providing patch and delta packages | |
| installed_callback | Will be used to ask if a package is installed or not |
Definition at line 52 of file DeltaCandidates.cc.
| zypp::repo::DeltaCandidates::~DeltaCandidates | ( | ) |
| std::list< PatchRpm > zypp::repo::DeltaCandidates::patchRpms | ( | const Package::constPtr & | package | ) | const |
Definition at line 59 of file DeltaCandidates.cc.
References _pimpl.
Referenced by zypp::repo::PackageProvider::doProvidePackage().
| std::list< DeltaRpm > zypp::repo::DeltaCandidates::deltaRpms | ( | const Package::constPtr & | package | ) | const |
Definition at line 86 of file DeltaCandidates.cc.
References _pimpl.
Referenced by zypp::repo::PackageProvider::doProvidePackage().
| std::ostream & operator<< | ( | std::ostream & | str, | |
| const DeltaCandidates & | obj | |||
| ) | [friend] |
| DeltaCandidates makeDeltaCandidates | ( | RepositoryIter | begin_r, | |
| RepositoryIter | end_r | |||
| ) | [related] |
| DeltaCandidates makeDeltaCandidates | ( | const RepositoryContainer & | cont_r | ) | [related] |
RWCOW_pointer<Impl> zypp::repo::DeltaCandidates::_pimpl [private] |
Pointer to implementation.
Definition at line 60 of file DeltaCandidates.h.
Referenced by deltaRpms(), zypp::repo::operator<<(), and patchRpms().
1.5.3