libzypp  15.28.6
zypp::parser::RepoindexFileReader::Impl Class Reference
Inheritance diagram for zypp::parser::RepoindexFileReader::Impl:

Public Member Functions

 Impl (const InputStream &is, const 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
 

Detailed Description

Definition at line 101 of file RepoindexFileReader.cc.

Constructor & Destructor Documentation

zypp::parser::RepoindexFileReader::Impl::Impl ( const InputStream is,
const ProcessResource callback 
)

CTOR.

See Also
RepoindexFileReader::RepoindexFileReader(Pathname,ProcessResource)

Definition at line 138 of file RepoindexFileReader.cc.

Member Function Documentation

bool zypp::parser::RepoindexFileReader::Impl::consumeNode ( Reader &  reader_r)

Callback provided to the XML parser.

Definition at line 160 of file RepoindexFileReader.cc.

bool zypp::parser::RepoindexFileReader::Impl::getAttrValue ( const std::string &  key_r,
Reader &  reader_r,
std::string &  value_r 
)
inlineprivate

Definition at line 119 of file RepoindexFileReader.cc.

Member Data Documentation

DefaultIntegral<Date::Duration,0> zypp::parser::RepoindexFileReader::Impl::_ttl

Definition at line 116 of file RepoindexFileReader.cc.

ProcessResource zypp::parser::RepoindexFileReader::Impl::_callback
private

Function for processing collected data.

Passed-in through constructor.

Definition at line 133 of file RepoindexFileReader.cc.

VarReplacer zypp::parser::RepoindexFileReader::Impl::_replacer
private

Definition at line 134 of file RepoindexFileReader.cc.


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