libzypp  13.10.6
zypp::parser::yum::PatchesFileReader::Impl Class Reference
Inheritance diagram for zypp::parser::yum::PatchesFileReader::Impl:

Public Member Functions

 Impl (const Pathname &patches_file, const ProcessResource &callback)
 CTOR. More...
 
bool consumeNode (Reader &reader_r)
 Callback provided to the XML parser. More...
 

Private Attributes

OnMediaLocation _location
 
Tag _tag
 
std::string _id
 
ProcessResource _callback
 
CheckSum _checksum
 
std::string _checksum_type
 
Date _timestamp
 

Detailed Description

Definition at line 52 of file PatchesFileReader.cc.

Constructor & Destructor Documentation

zypp::parser::yum::PatchesFileReader::Impl::Impl ( const Pathname &  patches_file,
const ProcessResource callback 
)

CTOR.

Definition at line 77 of file PatchesFileReader.cc.

Member Function Documentation

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.

Member Data Documentation

OnMediaLocation zypp::parser::yum::PatchesFileReader::Impl::_location
private

Definition at line 66 of file PatchesFileReader.cc.

Tag zypp::parser::yum::PatchesFileReader::Impl::_tag
private

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.

ProcessResource zypp::parser::yum::PatchesFileReader::Impl::_callback
private

Definition at line 69 of file PatchesFileReader.cc.

CheckSum zypp::parser::yum::PatchesFileReader::Impl::_checksum
private

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.

Date zypp::parser::yum::PatchesFileReader::Impl::_timestamp
private

Definition at line 72 of file PatchesFileReader.cc.


The documentation for this class was generated from the following file: