libzypp 17.38.3
zypp::RepoManager::Impl Class Reference

RepoManager implementation. More...

Public Member Functions

 Impl (zyppng::ContextRef &&ctx, RepoManagerOptions &&opt)
 Impl (const Impl &)=delete
 Impl (Impl &&)=delete
Imploperator= (const Impl &)=delete
Imploperator= (Impl &&)=delete
const zyppng::RepoManagerngMgr () const
zyppng::RepoManagerngMgr ()

Private Member Functions

Implclone () const
 clone for RWCOW_pointer

Private Attributes

zyppng::RepoManagerRef _ngMgr

Friends

ImplrwcowClone (const Impl *rhs)

(Note that these are not member symbols.)

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

Detailed Description

RepoManager implementation.

Definition at line 40 of file RepoManager.cc.

Constructor & Destructor Documentation

◆ Impl() [1/3]

zypp::RepoManager::Impl::Impl ( zyppng::ContextRef && ctx,
RepoManagerOptions && opt )
inline

Definition at line 43 of file RepoManager.cc.

◆ Impl() [2/3]

zypp::RepoManager::Impl::Impl ( const Impl & )
delete

◆ Impl() [3/3]

zypp::RepoManager::Impl::Impl ( Impl && )
delete

Member Function Documentation

◆ operator=() [1/2]

Impl & zypp::RepoManager::Impl::operator= ( const Impl & )
delete

◆ operator=() [2/2]

Impl & zypp::RepoManager::Impl::operator= ( Impl && )
delete

◆ ngMgr() [1/2]

const zyppng::RepoManager & zypp::RepoManager::Impl::ngMgr ( ) const
inline

Definition at line 53 of file RepoManager.cc.

◆ ngMgr() [2/2]

zyppng::RepoManager & zypp::RepoManager::Impl::ngMgr ( )
inline

Definition at line 57 of file RepoManager.cc.

◆ clone()

Impl * zypp::RepoManager::Impl::clone ( ) const
inlineprivate

clone for RWCOW_pointer

Definition at line 67 of file RepoManager.cc.

◆ rwcowClone

Impl * rwcowClone ( const Impl * rhs)
friend

◆ operator<<()

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

Stream output.

Definition at line 73 of file RepoManager.cc.

Member Data Documentation

◆ _ngMgr

zyppng::RepoManagerRef zypp::RepoManager::Impl::_ngMgr
private

Definition at line 62 of file RepoManager.cc.


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