libzypp  13.10.6
zypp::repo::DeltaCandidates::Impl Struct Reference

DeltaCandidates implementation. More...

Public Member Functions

 Impl ()
 
 Impl (const std::list< Repository > &repos, const std::string &pkgname="")
 

Public Attributes

std::list< Repositoryrepos
 
std::string pkgname
 

Private Member Functions

Implclone () const
 clone for RWCOW_pointer More...
 

Friends

ImplrwcowClone (const Impl *rhs)
 

Related Functions

(Note that these are not member functions.)

std::ostream & operator<< (std::ostream &str, const DeltaCandidates::Impl &obj)
 

Detailed Description

DeltaCandidates implementation.

Definition at line 32 of file DeltaCandidates.cc.

Constructor & Destructor Documentation

zypp::repo::DeltaCandidates::Impl::Impl ( )
inline

Definition at line 35 of file DeltaCandidates.cc.

zypp::repo::DeltaCandidates::Impl::Impl ( const std::list< Repository > &  repos,
const std::string &  pkgname = "" 
)
inline

Definition at line 38 of file DeltaCandidates.cc.

Member Function Documentation

Impl* zypp::repo::DeltaCandidates::Impl::clone ( ) const
inlineprivate

clone for RWCOW_pointer

Definition at line 48 of file DeltaCandidates.cc.

Friends And Related Function Documentation

Impl* rwcowClone ( const Impl rhs)
friend
std::ostream & operator<< ( std::ostream &  str,
const DeltaCandidates::Impl obj 
)
related

Stream output

Definition at line 54 of file DeltaCandidates.cc.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: