|
libzypp 17.31.32
|

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. | |
| virtual | ~ContentFileReader () |
| Dtor. | |
| virtual void | parse (const InputStream &imput_r, const ProgressData::ReceiverFnc &fnc_r=ProgressData::ReceiverFnc()) |
| Parse the stream. | |
| void | setRepoIndexConsumer (const RepoIndexConsumer &fnc_r) |
| Consumer to call when repo index was parsed. | |
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. | |
| virtual void | endParse () |
| Called when the parse is done. | |
| virtual void | userRequestedAbort (unsigned lineNo_r) |
| Called when user(callback) request to abort. | |
| 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. | |
Definition at line 577 of file Fetcher.cc.
|
inline |
Definition at line 579 of file Fetcher.cc.
|
inline |
Definition at line 584 of file Fetcher.cc.
| parser::susetags::RepoIndex_Ptr zypp::ContentReaderHelper::_repoindex |
Definition at line 587 of file Fetcher.cc.