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

#include <RepoInfoBaseImpl.h>

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

List of all members.

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

Friends

ImplrwcowClone (const Impl *rhs)

Detailed Description

Definition at line 31 of file RepoInfoBaseImpl.h.


Constructor & Destructor Documentation

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

Reimplemented in zypp::ServiceInfo::Impl, and zypp::RepoInfo::Impl.

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]

Reimplemented in zypp::ServiceInfo::Impl, and zypp::RepoInfo::Impl.

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 [inline, private]

clone for RWCOW_pointer

Reimplemented in zypp::RepoInfo::Impl, and zypp::ServiceInfo::Impl.

Definition at line 60 of file RepoInfoBaseImpl.h.


Friends And Related Function Documentation

Impl* rwcowClone ( const Impl rhs) [friend]

Reimplemented in zypp::ServiceInfo::Impl.


Member Data Documentation

Definition at line 49 of file RepoInfoBaseImpl.h.

Definition at line 50 of file RepoInfoBaseImpl.h.

Definition at line 51 of file RepoInfoBaseImpl.h.

Definition at line 52 of file RepoInfoBaseImpl.h.


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