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

#include <RepoInfoBaseImpl.h>

Inheritance diagram for zypp::repo::RepoInfoBase::Impl:
zypp::RepoInfo::Impl zypp::ServiceInfo::Impl

Public Member Functions

 Impl ()
 
 Impl (const std::string &alias_)
 
 ~Impl ()
 
void setAlias (const std::string &alias_)
 

Public Attributes

TriBool enabled
 
TriBool autorefresh
 
std::string alias
 
std::string escaped_alias
 
std::string name
 
Pathname filepath
 

Private Member Functions

Implclone () const
 clone for RWCOW_pointer More...
 

Friends

ImplrwcowClone (const Impl *rhs)
 

Detailed Description

Definition at line 31 of file RepoInfoBaseImpl.h.

Constructor & Destructor Documentation

zypp::repo::RepoInfoBase::Impl::Impl ( )
inline

Definition at line 33 of file RepoInfoBaseImpl.h.

zypp::repo::RepoInfoBase::Impl::Impl ( const std::string &  alias_)
inline

Definition at line 38 of file RepoInfoBaseImpl.h.

zypp::repo::RepoInfoBase::Impl::~Impl ( )
inline

Definition at line 43 of file RepoInfoBaseImpl.h.

Member Function Documentation

void zypp::repo::RepoInfoBase::Impl::setAlias ( const std::string &  alias_)

Definition at line 41 of file RepoInfoBase.cc.

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

clone for RWCOW_pointer

Definition at line 60 of file RepoInfoBaseImpl.h.

Friends And Related Function Documentation

Impl* rwcowClone ( const Impl rhs)
friend

Member Data Documentation

TriBool zypp::repo::RepoInfoBase::Impl::enabled

Definition at line 47 of file RepoInfoBaseImpl.h.

TriBool zypp::repo::RepoInfoBase::Impl::autorefresh

Definition at line 48 of file RepoInfoBaseImpl.h.

std::string zypp::repo::RepoInfoBase::Impl::alias

Definition at line 49 of file RepoInfoBaseImpl.h.

std::string zypp::repo::RepoInfoBase::Impl::escaped_alias

Definition at line 50 of file RepoInfoBaseImpl.h.

std::string zypp::repo::RepoInfoBase::Impl::name

Definition at line 51 of file RepoInfoBaseImpl.h.

Pathname zypp::repo::RepoInfoBase::Impl::filepath

Definition at line 52 of file RepoInfoBaseImpl.h.


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