libzypp
10.5.0
|
Public Member Functions | |
Impl (const Pathname &patches_file, const ProcessResource &callback) | |
CTOR. | |
bool | consumeNode (Reader &reader_r) |
Callback provided to the XML parser. | |
Private Attributes | |
OnMediaLocation | _location |
Tag | _tag |
std::string | _id |
ProcessResource | _callback |
CheckSum | _checksum |
std::string | _checksum_type |
Date | _timestamp |
Definition at line 52 of file PatchesFileReader.cc.
zypp::parser::yum::PatchesFileReader::Impl::Impl | ( | const Pathname & | patches_file, |
const ProcessResource & | callback | ||
) |
CTOR.
Definition at line 77 of file PatchesFileReader.cc.
bool zypp::parser::yum::PatchesFileReader::Impl::consumeNode | ( | Reader & | reader_r | ) |
Callback provided to the XML parser.
Don't use it.
Definition at line 88 of file PatchesFileReader.cc.
Definition at line 66 of file PatchesFileReader.cc.
Definition at line 67 of file PatchesFileReader.cc.
std::string zypp::parser::yum::PatchesFileReader::Impl::_id [private] |
Definition at line 68 of file PatchesFileReader.cc.
Definition at line 69 of file PatchesFileReader.cc.
Definition at line 70 of file PatchesFileReader.cc.
std::string zypp::parser::yum::PatchesFileReader::Impl::_checksum_type [private] |
Definition at line 71 of file PatchesFileReader.cc.
Definition at line 72 of file PatchesFileReader.cc.