libzypp
13.10.6
|
RepoInfo implementation. More...
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 Member Functions inherited from zypp::repo::RepoInfoBase::Impl | |
Impl () | |
Impl (const std::string &alias_) | |
~Impl () | |
void | setAlias (const std::string &alias_) |
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 |
Public Attributes inherited from zypp::repo::RepoInfoBase::Impl | |
TriBool | enabled |
TriBool | autorefresh |
std::string | alias |
std::string | escaped_alias |
std::string | name |
Pathname | filepath |
Static Public Attributes | |
static const unsigned | defaultPriority = 99 |
Private Member Functions | |
Impl * | clone () const |
clone for RWCOW_pointer More... | |
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) |
RepoInfo implementation.
Definition at line 37 of file RepoInfo.cc.
|
inline |
Definition at line 39 of file RepoInfo.cc.
|
inline |
Definition at line 47 of file RepoInfo.cc.
|
inline |
Definition at line 53 of file RepoInfo.cc.
|
inline |
Definition at line 64 of file RepoInfo.cc.
|
inline |
Definition at line 67 of file RepoInfo.cc.
|
inline |
Definition at line 70 of file RepoInfo.cc.
|
inline |
Definition at line 73 of file RepoInfo.cc.
|
inline |
Definition at line 94 of file RepoInfo.cc.
|
inline |
Definition at line 97 of file RepoInfo.cc.
|
inlineprivate |
clone for RWCOW_pointer
Definition at line 120 of file RepoInfo.cc.
|
related |
Stream output
Definition at line 126 of file RepoInfo.cc.
|
static |
Definition at line 51 of file RepoInfo.cc.
TriBool zypp::RepoInfo::Impl::gpgcheck |
Definition at line 101 of file RepoInfo.cc.
TriBool zypp::RepoInfo::Impl::keeppackages |
Definition at line 102 of file RepoInfo.cc.
Url zypp::RepoInfo::Impl::gpgkey_url |
Definition at line 103 of file RepoInfo.cc.
repo::RepoType zypp::RepoInfo::Impl::type |
Definition at line 104 of file RepoInfo.cc.
Pathname zypp::RepoInfo::Impl::path |
Definition at line 105 of file RepoInfo.cc.
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 |
Definition at line 108 of file RepoInfo.cc.
Pathname zypp::RepoInfo::Impl::packagespath |
Definition at line 109 of file RepoInfo.cc.
DefaultIntegral<unsigned,defaultPriority> zypp::RepoInfo::Impl::priority |
Definition at line 110 of file RepoInfo.cc.
|
mutable |
Definition at line 111 of file RepoInfo.cc.
repo::RepoVariablesUrlReplacer zypp::RepoInfo::Impl::replacer |
Definition at line 112 of file RepoInfo.cc.
|
private |
Definition at line 115 of file RepoInfo.cc.
|
mutableprivate |
Definition at line 116 of file RepoInfo.cc.