libzypp 17.37.17
|
Public Member Functions | |
Impl (Pathname &&historyFile_r, Options &&options_r, 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) |
void | addActionFilter (const HistoryActionID &action_r) |
Public Attributes | |
Pathname | _filename |
Options | _options |
ProcessData | _callback |
std::set< std::string > | _actionfilter |
Definition at line 37 of file HistoryLogReader.cc.
|
inline |
Definition at line 39 of file HistoryLogReader.cc.
bool zypp::parser::HistoryLogReader::Impl::parseLine | ( | const std::string & | line_r, |
unsigned int | lineNr_r ) |
Definition at line 65 of file HistoryLogReader.cc.
void zypp::parser::HistoryLogReader::Impl::readAll | ( | const ProgressData::ReceiverFnc & | progress_r | ) |
Definition at line 112 of file HistoryLogReader.cc.
void zypp::parser::HistoryLogReader::Impl::readFrom | ( | const Date & | date_r, |
const ProgressData::ReceiverFnc & | progress_r ) |
Definition at line 134 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 172 of file HistoryLogReader.cc.
|
inline |
Definition at line 51 of file HistoryLogReader.cc.
Pathname zypp::parser::HistoryLogReader::Impl::_filename |
Definition at line 59 of file HistoryLogReader.cc.
Options zypp::parser::HistoryLogReader::Impl::_options |
Definition at line 60 of file HistoryLogReader.cc.
ProcessData zypp::parser::HistoryLogReader::Impl::_callback |
Definition at line 61 of file HistoryLogReader.cc.
std::set<std::string> zypp::parser::HistoryLogReader::Impl::_actionfilter |
Definition at line 62 of file HistoryLogReader.cc.