libzypp
17.35.8
|
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 102 of file RepoindexFileReader.cc.
zypp::parser::RepoindexFileReader::Impl::Impl | ( | const InputStream & | is, |
ProcessResource && | callback | ||
) |
CTOR.
Definition at line 139 of file RepoindexFileReader.cc.
Callback provided to the XML parser.
Definition at line 161 of file RepoindexFileReader.cc.
|
inlineprivate |
Definition at line 120 of file RepoindexFileReader.cc.
DefaultIntegral<Date::Duration,0> zypp::parser::RepoindexFileReader::Impl::_ttl |
Definition at line 117 of file RepoindexFileReader.cc.
|
private |
Function for processing collected data.
Passed-in through constructor.
Definition at line 134 of file RepoindexFileReader.cc.
|
private |
Definition at line 135 of file RepoindexFileReader.cc.