|
libzypp
9.1.2
|
Repository variables. More...
#include <RepoVariables.h>

Public Member Functions | |
| RepoVariablesStringReplacer () | |
| std::string | operator() (const std::string &value) const |
| ~RepoVariablesStringReplacer () | |
| void | resetVarCache (void) |
Private Attributes | |
| Arch | sysarch |
| Arch | basearch |
| std::string | releasever |
Definition at line 26 of file RepoVariables.cc.
References zypp::Arch_empty.
Definition at line 32 of file RepoVariables.cc.
| std::string zypp::repo::RepoVariablesStringReplacer::operator() | ( | const std::string & | value | ) | const |
Definition at line 42 of file RepoVariables.cc.
References zypp::str::gsub().
| void zypp::repo::RepoVariablesStringReplacer::resetVarCache | ( | void | ) |
Definition at line 35 of file RepoVariables.cc.
References zypp::Arch_empty.
Arch zypp::repo::RepoVariablesStringReplacer::sysarch [mutable, private] |
Definition at line 40 of file RepoVariables.h.
Arch zypp::repo::RepoVariablesStringReplacer::basearch [mutable, private] |
Definition at line 41 of file RepoVariables.h.
std::string zypp::repo::RepoVariablesStringReplacer::releasever [mutable, private] |
Definition at line 42 of file RepoVariables.h.
1.7.6.1