libzypp 17.36.1
|
Public Member Functions | |
ContentReaderHelper () | |
void | consumeIndex (const parser::susetags::RepoIndex_Ptr &data_r) |
![]() | |
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 | |
![]() | |
using | RepoIndexConsumer = function<void (const RepoIndex_Ptr &)> |
![]() | |
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 583 of file Fetcher.cc.
|
inline |
Definition at line 585 of file Fetcher.cc.
|
inline |
Definition at line 590 of file Fetcher.cc.
parser::susetags::RepoIndex_Ptr zypp::ContentReaderHelper::_repoindex |
Definition at line 593 of file Fetcher.cc.