libzypp 17.31.23
|
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) |
void | addActionFilter (const HistoryActionID &action_r) |
Public Attributes | |
Pathname | _filename |
Options | _options |
ProcessData | _callback |
std::set< std::string > | _actionfilter |
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 64 of file HistoryLogReader.cc.
void zypp::parser::HistoryLogReader::Impl::readAll | ( | const ProgressData::ReceiverFnc & | progress_r | ) |
Definition at line 111 of file HistoryLogReader.cc.
void zypp::parser::HistoryLogReader::Impl::readFrom | ( | const Date & | date_r, |
const ProgressData::ReceiverFnc & | progress_r | ||
) |
Definition at line 133 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 171 of file HistoryLogReader.cc.
|
inline |
Definition at line 50 of file HistoryLogReader.cc.
Pathname zypp::parser::HistoryLogReader::Impl::_filename |
Definition at line 58 of file HistoryLogReader.cc.
Options zypp::parser::HistoryLogReader::Impl::_options |
Definition at line 59 of file HistoryLogReader.cc.
ProcessData zypp::parser::HistoryLogReader::Impl::_callback |
Definition at line 60 of file HistoryLogReader.cc.
std::set<std::string> zypp::parser::HistoryLogReader::Impl::_actionfilter |
Definition at line 61 of file HistoryLogReader.cc.