libzypp 17.31.23
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
 

Friends

ImplrwcowClone (const Impl *rhs)
 

Related Functions

(Note that these are not member functions.)

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

Detailed Description

DeltaCandidates implementation.

Definition at line 32 of file DeltaCandidates.cc.

Constructor & Destructor Documentation

◆ Impl() [1/2]

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

Definition at line 35 of file DeltaCandidates.cc.

◆ Impl() [2/2]

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

◆ clone()

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

◆ rwcowClone

Impl * rwcowClone ( const Impl rhs)
friend

◆ operator<<()

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

Stream output.

Definition at line 54 of file DeltaCandidates.cc.

Member Data Documentation

◆ repos

std::list<Repository> zypp::repo::DeltaCandidates::Impl::repos

Definition at line 42 of file DeltaCandidates.cc.

◆ pkgname

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: