|
libzypp
9.1.2
|

Public Types | |
| typedef ServiceInfo::ReposToEnable | ReposToEnable |
| typedef ServiceInfo::ReposToDisable | ReposToDisable |
Public Member Functions | |
| Impl () | |
| Impl (const Url &url_) | |
| ~Impl () | |
| void | setProbedType (const repo::ServiceType &t) const |
Public Attributes | |
| Url | url |
| repo::ServiceType | type |
| ReposToEnable | reposToEnable |
| ReposToDisable | reposToDisable |
Private Member Functions | |
| Impl * | clone () const |
| clone for RWCOW_pointer | |
Friends | |
| Impl * | rwcowClone (const Impl *rhs) |
Definition at line 34 of file ServiceInfo.cc.
Definition at line 36 of file ServiceInfo.cc.
Definition at line 37 of file ServiceInfo.cc.
| zypp::ServiceInfo::Impl::Impl | ( | ) | [inline] |
Reimplemented from zypp::repo::RepoInfoBase::Impl.
Definition at line 46 of file ServiceInfo.cc.
| zypp::ServiceInfo::Impl::Impl | ( | const Url & | url_ | ) | [inline] |
Definition at line 51 of file ServiceInfo.cc.
| zypp::ServiceInfo::Impl::~Impl | ( | ) | [inline] |
Reimplemented from zypp::repo::RepoInfoBase::Impl.
Definition at line 57 of file ServiceInfo.cc.
| void zypp::ServiceInfo::Impl::setProbedType | ( | const repo::ServiceType & | t | ) | const [inline] |
Definition at line 60 of file ServiceInfo.cc.
Referenced by zypp::ServiceInfo::setProbedType().
| Impl* zypp::ServiceInfo::Impl::clone | ( | ) | const [inline, private] |
clone for RWCOW_pointer
Reimplemented from zypp::repo::RepoInfoBase::Impl.
Definition at line 74 of file ServiceInfo.cc.
| Impl* rwcowClone | ( | const Impl * | rhs | ) | [friend] |
Reimplemented from zypp::repo::RepoInfoBase::Impl.
Definition at line 40 of file ServiceInfo.cc.
Referenced by zypp::ServiceInfo::setUrl(), and zypp::ServiceInfo::url().
Definition at line 41 of file ServiceInfo.cc.
Referenced by zypp::ServiceInfo::setType(), and zypp::ServiceInfo::type().
Definition at line 42 of file ServiceInfo.cc.
Referenced by zypp::ServiceInfo::addRepoToDisable(), zypp::ServiceInfo::addRepoToEnable(), zypp::ServiceInfo::clearReposToEnable(), zypp::ServiceInfo::delRepoToEnable(), zypp::ServiceInfo::reposToEnableBegin(), zypp::ServiceInfo::reposToEnableEmpty(), zypp::ServiceInfo::reposToEnableEnd(), zypp::ServiceInfo::reposToEnableSize(), and zypp::ServiceInfo::repoToEnableFind().
Definition at line 43 of file ServiceInfo.cc.
Referenced by zypp::ServiceInfo::addRepoToDisable(), zypp::ServiceInfo::addRepoToEnable(), zypp::ServiceInfo::clearReposToDisable(), zypp::ServiceInfo::delRepoToDisable(), zypp::ServiceInfo::reposToDisableBegin(), zypp::ServiceInfo::reposToDisableEmpty(), zypp::ServiceInfo::reposToDisableEnd(), zypp::ServiceInfo::reposToDisableSize(), and zypp::ServiceInfo::repoToDisableFind().
1.7.6.1