libzypp
13.10.6
|
Public Member Functions | |
Impl (const InputStream &is, const ProcessResource &callback) | |
CTOR. More... | |
bool | consumeNode (Reader &reader_r) |
Callback provided to the XML parser. More... | |
Private Attributes | |
ProcessResource | _callback |
Function for processing collected data. More... | |
string | _target_distro |
Definition at line 45 of file RepoindexFileReader.cc.
zypp::parser::RepoindexFileReader::Impl::Impl | ( | const InputStream & | is, |
const ProcessResource & | callback | ||
) |
CTOR.
Definition at line 68 of file RepoindexFileReader.cc.
bool zypp::parser::RepoindexFileReader::Impl::consumeNode | ( | Reader & | reader_r | ) |
Callback provided to the XML parser.
Definition at line 90 of file RepoindexFileReader.cc.
|
private |
Function for processing collected data.
Passed-in through constructor.
Definition at line 63 of file RepoindexFileReader.cc.
|
private |
Definition at line 64 of file RepoindexFileReader.cc.