libzypp
13.10.6
|
DeltaCandidates implementation. More...
Public Member Functions | |
Impl () | |
Impl (const std::list< Repository > &repos, const std::string &pkgname="") | |
Public Attributes | |
std::list< Repository > | repos |
std::string | pkgname |
Private Member Functions | |
Impl * | clone () const |
clone for RWCOW_pointer More... | |
Friends | |
Impl * | rwcowClone (const Impl *rhs) |
Related Functions | |
(Note that these are not member functions.) | |
std::ostream & | operator<< (std::ostream &str, const DeltaCandidates::Impl &obj) |
DeltaCandidates implementation.
Definition at line 32 of file DeltaCandidates.cc.
|
inline |
Definition at line 35 of file DeltaCandidates.cc.
|
inline |
Definition at line 38 of file DeltaCandidates.cc.
|
inlineprivate |
clone for RWCOW_pointer
Definition at line 48 of file DeltaCandidates.cc.
|
related |
Stream output
Definition at line 54 of file DeltaCandidates.cc.
std::list<Repository> zypp::repo::DeltaCandidates::Impl::repos |
Definition at line 42 of file DeltaCandidates.cc.
std::string zypp::repo::DeltaCandidates::Impl::pkgname |
Definition at line 43 of file DeltaCandidates.cc.