|
libzypp
15.24.2
|
Public Member Functions | |
| Impl (const Pathname &historyFile_r, const Options &options_r, const ProcessData &callback_r) | |
| bool | parseLine (const std::string &line_r, unsigned int lineNr_r) |
| void | readAll (const ProgressData::ReceiverFnc &progress_r) |
| void | readFrom (const Date &date_r, const ProgressData::ReceiverFnc &progress_r) |
| void | readFromTo (const Date &fromDate_r, const Date &toDate_r, const ProgressData::ReceiverFnc &progress_r) |
Public Attributes | |
| Pathname | _filename |
| Options | _options |
| ProcessData | _callback |
Definition at line 36 of file HistoryLogReader.cc.
|
inline |
Definition at line 38 of file HistoryLogReader.cc.
| bool zypp::parser::HistoryLogReader::Impl::parseLine | ( | const std::string & | line_r, |
| unsigned int | lineNr_r | ||
| ) |
Definition at line 55 of file HistoryLogReader.cc.
| void zypp::parser::HistoryLogReader::Impl::readAll | ( | const ProgressData::ReceiverFnc & | progress_r | ) |
Definition at line 95 of file HistoryLogReader.cc.
| void zypp::parser::HistoryLogReader::Impl::readFrom | ( | const Date & | date_r, |
| const ProgressData::ReceiverFnc & | progress_r | ||
| ) |
Definition at line 117 of file HistoryLogReader.cc.
| void zypp::parser::HistoryLogReader::Impl::readFromTo | ( | const Date & | fromDate_r, |
| const Date & | toDate_r, | ||
| const ProgressData::ReceiverFnc & | progress_r | ||
| ) |
Definition at line 155 of file HistoryLogReader.cc.
| Pathname zypp::parser::HistoryLogReader::Impl::_filename |
Definition at line 50 of file HistoryLogReader.cc.
| Options zypp::parser::HistoryLogReader::Impl::_options |
Definition at line 51 of file HistoryLogReader.cc.
| ProcessData zypp::parser::HistoryLogReader::Impl::_callback |
Definition at line 52 of file HistoryLogReader.cc.