libzypp  13.10.6
zypp::ServiceInfo::Impl Struct Reference
Inheritance diagram for zypp::ServiceInfo::Impl:
zypp::repo::RepoInfoBase::Impl

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 Member Functions inherited from zypp::repo::RepoInfoBase::Impl
 Impl ()
 
 Impl (const std::string &alias_)
 
 ~Impl ()
 
void setAlias (const std::string &alias_)
 

Public Attributes

Url url
 
repo::ServiceType type
 
ReposToEnable reposToEnable
 
ReposToDisable reposToDisable
 
- Public Attributes inherited from zypp::repo::RepoInfoBase::Impl
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 More...
 

Friends

ImplrwcowClone (const Impl *rhs)
 

Detailed Description

Definition at line 34 of file ServiceInfo.cc.

Member Typedef Documentation

Constructor & Destructor Documentation

zypp::ServiceInfo::Impl::Impl ( )
inline

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

Definition at line 57 of file ServiceInfo.cc.

Member Function Documentation

void zypp::ServiceInfo::Impl::setProbedType ( const repo::ServiceType t) const
inline

Definition at line 60 of file ServiceInfo.cc.

Impl* zypp::ServiceInfo::Impl::clone ( ) const
inlineprivate

clone for RWCOW_pointer

Definition at line 74 of file ServiceInfo.cc.

Friends And Related Function Documentation

Impl* rwcowClone ( const Impl rhs)
friend

Member Data Documentation

Url zypp::ServiceInfo::Impl::url

Definition at line 40 of file ServiceInfo.cc.

repo::ServiceType zypp::ServiceInfo::Impl::type

Definition at line 41 of file ServiceInfo.cc.

ReposToEnable zypp::ServiceInfo::Impl::reposToEnable

Definition at line 42 of file ServiceInfo.cc.

ReposToDisable zypp::ServiceInfo::Impl::reposToDisable

Definition at line 43 of file ServiceInfo.cc.


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