libzypp
17.37.5
|
Public Member Functions | |
Impl (const InputStream &is, ProcessResource &&callback) | |
CTOR. More... | |
bool | consumeNode (Reader &reader_r) |
Callback provided to the XML parser. More... | |
Public Attributes | |
DefaultIntegral< Date::Duration, 0 > | _ttl |
Private Member Functions | |
bool | getAttrValue (const std::string &key_r, Reader &reader_r, std::string &value_r) |
Private Attributes | |
ProcessResource | _callback |
Function for processing collected data. More... | |
VarReplacer | _replacer |
Definition at line 125 of file RepoindexFileReader.cc.
zypp::parser::RepoindexFileReader::Impl::Impl | ( | const InputStream & | is, |
ProcessResource && | callback | ||
) |
CTOR.
Definition at line 162 of file RepoindexFileReader.cc.
Callback provided to the XML parser.
Definition at line 184 of file RepoindexFileReader.cc.
|
inlineprivate |
Definition at line 143 of file RepoindexFileReader.cc.
DefaultIntegral<Date::Duration,0> zypp::parser::RepoindexFileReader::Impl::_ttl |
Definition at line 140 of file RepoindexFileReader.cc.
|
private |
Function for processing collected data.
Passed-in through constructor.
Definition at line 157 of file RepoindexFileReader.cc.
|
private |
Definition at line 158 of file RepoindexFileReader.cc.