libzypp
14.48.5
|
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 | |
RepoVariablesReplacedUrl | url |
repo::ServiceType | type |
ReposToEnable | reposToEnable |
ReposToDisable | reposToDisable |
RepoStates | repoStates |
Private Member Functions | |
Impl * | clone () const |
clone for RWCOW_pointer More... | |
Friends | |
Impl * | rwcowClone (const Impl *rhs) |
Definition at line 32 of file ServiceInfo.cc.
Definition at line 34 of file ServiceInfo.cc.
Definition at line 35 of file ServiceInfo.cc.
|
inline |
Definition at line 46 of file ServiceInfo.cc.
|
inline |
Definition at line 50 of file ServiceInfo.cc.
|
inline |
Definition at line 55 of file ServiceInfo.cc.
|
inline |
Definition at line 58 of file ServiceInfo.cc.
|
inlineprivate |
clone for RWCOW_pointer
Definition at line 72 of file ServiceInfo.cc.
RepoVariablesReplacedUrl zypp::ServiceInfo::Impl::url |
Definition at line 38 of file ServiceInfo.cc.
repo::ServiceType zypp::ServiceInfo::Impl::type |
Definition at line 39 of file ServiceInfo.cc.
ReposToEnable zypp::ServiceInfo::Impl::reposToEnable |
Definition at line 40 of file ServiceInfo.cc.
ReposToDisable zypp::ServiceInfo::Impl::reposToDisable |
Definition at line 41 of file ServiceInfo.cc.
RepoStates zypp::ServiceInfo::Impl::repoStates |
Definition at line 42 of file ServiceInfo.cc.