|
libzypp
9.1.2
|
#include <RepoInfoBaseImpl.h>

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 | |
| Impl * | clone () const |
| clone for RWCOW_pointer | |
Friends | |
| Impl * | rwcowClone (const Impl *rhs) |
Definition at line 31 of file RepoInfoBaseImpl.h.
| zypp::repo::RepoInfoBase::Impl::Impl | ( | ) | [inline] |
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().
| zypp::repo::RepoInfoBase::Impl::~Impl | ( | ) | [inline] |
Reimplemented in zypp::ServiceInfo::Impl, and zypp::RepoInfo::Impl.
Definition at line 43 of file RepoInfoBaseImpl.h.
| 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().
| Impl* rwcowClone | ( | const Impl * | rhs | ) | [friend] |
Reimplemented in zypp::ServiceInfo::Impl.
Definition at line 47 of file RepoInfoBaseImpl.h.
Referenced by zypp::repo::RepoInfoBase::enabled(), and zypp::repo::RepoInfoBase::setEnabled().
Definition at line 48 of file RepoInfoBaseImpl.h.
Referenced by zypp::repo::RepoInfoBase::autorefresh(), and zypp::repo::RepoInfoBase::setAutorefresh().
| std::string zypp::repo::RepoInfoBase::Impl::alias |
Definition at line 49 of file RepoInfoBaseImpl.h.
Referenced by zypp::repo::RepoInfoBase::alias().
| std::string zypp::repo::RepoInfoBase::Impl::escaped_alias |
Definition at line 50 of file RepoInfoBaseImpl.h.
Referenced by zypp::repo::RepoInfoBase::escaped_alias().
| std::string zypp::repo::RepoInfoBase::Impl::name |
Definition at line 51 of file RepoInfoBaseImpl.h.
Referenced by zypp::repo::RepoInfoBase::name(), and zypp::repo::RepoInfoBase::setName().
Definition at line 52 of file RepoInfoBaseImpl.h.
Referenced by zypp::repo::RepoInfoBase::filepath(), and zypp::repo::RepoInfoBase::setFilepath().
1.7.6.1