libzypp  15.28.6
zypp::ContentReaderHelper Struct Reference
Inheritance diagram for zypp::ContentReaderHelper:

Public Member Functions

 ContentReaderHelper ()
 
void consumeIndex (const parser::susetags::RepoIndex_Ptr &data_r)
 
- Public Member Functions inherited from zypp::parser::susetags::ContentFileReader
 ContentFileReader ()
 Default ctor. More...
 
virtual ~ContentFileReader ()
 Dtor. More...
 
virtual void parse (const InputStream &imput_r, const ProgressData::ReceiverFnc &fnc_r=ProgressData::ReceiverFnc())
 Parse the stream. More...
 
void setRepoIndexConsumer (const RepoIndexConsumer &fnc_r)
 Consumer to call when repo index was parsed. More...
 

Public Attributes

parser::susetags::RepoIndex_Ptr _repoindex
 

Additional Inherited Members

- Public Types inherited from zypp::parser::susetags::ContentFileReader
typedef function< void(const
RepoIndex_Ptr &)> 
RepoIndexConsumer
 
- Protected Member Functions inherited from zypp::parser::susetags::ContentFileReader
virtual void beginParse ()
 Called when start parsing. More...
 
virtual void endParse ()
 Called when the parse is done. More...
 
virtual void userRequestedAbort (unsigned lineNo_r)
 Called when user(callback) request to abort. More...
 
std::string errPrefix (unsigned lineNo_r, const std::string &msg_r=std::string(), const std::string &line_r="-") const
 Prefix exception message with line information. More...
 

Detailed Description

Definition at line 562 of file Fetcher.cc.

Constructor & Destructor Documentation

zypp::ContentReaderHelper::ContentReaderHelper ( )
inline

Definition at line 564 of file Fetcher.cc.

Member Function Documentation

void zypp::ContentReaderHelper::consumeIndex ( const parser::susetags::RepoIndex_Ptr &  data_r)
inline

Definition at line 569 of file Fetcher.cc.

Member Data Documentation

parser::susetags::RepoIndex_Ptr zypp::ContentReaderHelper::_repoindex

Definition at line 572 of file Fetcher.cc.


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