libzypp  13.10.6
zypp::parser::HistoryLogReader::Impl Struct Reference

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
 

Detailed Description

Definition at line 36 of file HistoryLogReader.cc.

Constructor & Destructor Documentation

zypp::parser::HistoryLogReader::Impl::Impl ( const Pathname &  historyFile_r,
const Options &  options_r,
const ProcessData callback_r 
)
inline

Definition at line 38 of file HistoryLogReader.cc.

Member Function Documentation

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.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: