libzypp  9.1.2
Public Member Functions | Public Attributes | Private Member Functions | Friends
zypp::repo::RepoInfoBase::Impl Struct Reference

#include <RepoInfoBaseImpl.h>

Inheritance diagram for zypp::repo::RepoInfoBase::Impl:
Inheritance graph
[legend]

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

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

Definition at line 33 of file RepoInfoBaseImpl.h.

Referenced by clone().

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

Definition at line 38 of file RepoInfoBaseImpl.h.

References setAlias().

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.

Referenced by Impl(), and zypp::repo::RepoInfoBase::setAlias().

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.

References Impl().


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.

Referenced by zypp::repo::RepoInfoBase::alias().

Definition at line 50 of file RepoInfoBaseImpl.h.

Referenced by zypp::repo::RepoInfoBase::escaped_alias().


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