#include <RepoVariables.h>
Public Member Functions | |
RepoVariablesUrlReplacer () | |
Url | operator() (const Url &url) const |
~RepoVariablesUrlReplacer () | |
void | resetVarCache (void) |
Private Attributes | |
RepoVariablesStringReplacer | replacer |
...
Definition at line 50 of file RepoVariables.h.
zypp::repo::RepoVariablesUrlReplacer::RepoVariablesUrlReplacer | ( | ) |
Definition at line 71 of file RepoVariables.cc.
zypp::repo::RepoVariablesUrlReplacer::~RepoVariablesUrlReplacer | ( | ) |
Definition at line 74 of file RepoVariables.cc.
Definition at line 89 of file RepoVariables.cc.
References zypp::Url::getPathData(), zypp::Url::getQueryString(), replacer, zypp::Url::setPathData(), and zypp::Url::setQueryString().
void zypp::repo::RepoVariablesUrlReplacer::resetVarCache | ( | void | ) |
Definition at line 77 of file RepoVariables.cc.
References replacer, and zypp::repo::RepoVariablesStringReplacer::resetVarCache().