Public Member Functions | |
Impl () | |
~Impl () | |
void | setProbedType (const repo::RepoType &t) const |
Pathname | licenseTgz () const |
Url | getmirrorListUrl () const |
Url & | setmirrorListUrl () |
const std::set< Url > & | baseUrls () const |
std::set< Url > & | baseUrls () |
bool | baseurl2dump () const |
Public Attributes | |
TriBool | gpgcheck |
TriBool | keeppackages |
Url | gpgkey_url |
repo::RepoType | type |
Pathname | path |
std::string | service |
std::string | targetDistro |
Pathname | metadatapath |
Pathname | packagespath |
DefaultIntegral< unsigned, defaultPriority > | priority |
bool | emptybaseurls |
repo::RepoVariablesUrlReplacer | replacer |
Static Public Attributes | |
static const unsigned | defaultPriority = 99 |
Private Member Functions | |
Impl * | clone () const |
clone for RWCOW_pointer | |
Private Attributes | |
Url | mirrorlist_url |
std::set< Url > | _baseUrls |
Friends | |
Impl * | rwcowClone (const Impl *rhs) |
Related Functions | |
(Note that these are not member functions.) | |
std::ostream & | operator<< (std::ostream &str, const RepoInfo::Impl &obj) |
Definition at line 37 of file RepoInfo.cc.
zypp::RepoInfo::Impl::Impl | ( | ) | [inline] |
Reimplemented from zypp::repo::RepoInfoBase::Impl.
Definition at line 39 of file RepoInfo.cc.
Referenced by clone().
zypp::RepoInfo::Impl::~Impl | ( | ) | [inline] |
void zypp::RepoInfo::Impl::setProbedType | ( | const repo::RepoType & | t | ) | const [inline] |
Pathname zypp::RepoInfo::Impl::licenseTgz | ( | ) | const [inline] |
Url zypp::RepoInfo::Impl::getmirrorListUrl | ( | ) | const [inline] |
Definition at line 67 of file RepoInfo.cc.
References mirrorlist_url, and replacer.
Referenced by baseUrls().
Url& zypp::RepoInfo::Impl::setmirrorListUrl | ( | ) | [inline] |
const std::set<Url>& zypp::RepoInfo::Impl::baseUrls | ( | ) | const [inline] |
Definition at line 73 of file RepoInfo.cc.
References _baseUrls, zypp::Url::asString(), DBG, emptybaseurls, getmirrorListUrl(), zypp::repo::RepoMirrorList::getUrls(), and metadatapath.
std::set<Url>& zypp::RepoInfo::Impl::baseUrls | ( | ) | [inline] |
bool zypp::RepoInfo::Impl::baseurl2dump | ( | ) | const [inline] |
Impl* zypp::RepoInfo::Impl::clone | ( | ) | const [inline, private] |
clone for RWCOW_pointer
Reimplemented from zypp::repo::RepoInfoBase::Impl.
Definition at line 120 of file RepoInfo.cc.
References Impl().
std::ostream & operator<< | ( | std::ostream & | str, | |
const RepoInfo::Impl & | obj | |||
) | [related] |
Stream output
Definition at line 126 of file RepoInfo.cc.
const unsigned zypp::RepoInfo::Impl::defaultPriority = 99 [static] |
Definition at line 51 of file RepoInfo.cc.
Referenced by zypp::RepoInfo::defaultPriority(), and zypp::RepoInfo::setPriority().
Definition at line 101 of file RepoInfo.cc.
Definition at line 102 of file RepoInfo.cc.
Definition at line 103 of file RepoInfo.cc.
Pathname zypp::RepoInfo::Impl::path |
std::string zypp::RepoInfo::Impl::service |
Definition at line 106 of file RepoInfo.cc.
std::string zypp::RepoInfo::Impl::targetDistro |
Definition at line 107 of file RepoInfo.cc.
Pathname zypp::RepoInfo::Impl::metadatapath |
Pathname zypp::RepoInfo::Impl::packagespath |
Definition at line 109 of file RepoInfo.cc.
Definition at line 110 of file RepoInfo.cc.
bool zypp::RepoInfo::Impl::emptybaseurls [mutable] |
Url zypp::RepoInfo::Impl::mirrorlist_url [private] |
Definition at line 115 of file RepoInfo.cc.
Referenced by getmirrorListUrl(), and setmirrorListUrl().
std::set<Url> zypp::RepoInfo::Impl::_baseUrls [mutable, private] |