zypp::parser::HistoryLogReader::Impl Struct Reference

List of all members.

Public Member Functions

 Impl (const Pathname &historyFile, const ProcessItem &callback)
 ~Impl ()
HistoryItem::Ptr createHistoryItem (HistoryItem::FieldVector &fields)
void parseLine (const string &line, unsigned int lineNr)
void readAll (const ProgressData::ReceiverFnc &progress)
void readFrom (const Date &date, const ProgressData::ReceiverFnc &progress)
void readFromTo (const Date &fromDate, const Date &toDate, const ProgressData::ReceiverFnc &progress)

Public Attributes

Pathname _filename
ProcessItem _callback
bool _ignoreInvalid


Detailed Description

Definition at line 38 of file HistoryLogReader.cc.


Constructor & Destructor Documentation

zypp::parser::HistoryLogReader::Impl::Impl ( const Pathname &  historyFile,
const ProcessItem callback 
)

Definition at line 59 of file HistoryLogReader.cc.

zypp::parser::HistoryLogReader::Impl::~Impl (  )  [inline]

Definition at line 41 of file HistoryLogReader.cc.


Member Function Documentation

HistoryItem::Ptr zypp::parser::HistoryLogReader::Impl::createHistoryItem ( HistoryItem::FieldVector fields  ) 

void zypp::parser::HistoryLogReader::Impl::parseLine ( const string &  line,
unsigned int  lineNr 
)

void zypp::parser::HistoryLogReader::Impl::readAll ( const ProgressData::ReceiverFnc progress  ) 

void zypp::parser::HistoryLogReader::Impl::readFrom ( const Date date,
const ProgressData::ReceiverFnc progress 
)

void zypp::parser::HistoryLogReader::Impl::readFromTo ( const Date fromDate,
const Date toDate,
const ProgressData::ReceiverFnc progress 
)


Member Data Documentation

Definition at line 54 of file HistoryLogReader.cc.

Referenced by readAll(), readFrom(), and readFromTo().

Definition at line 55 of file HistoryLogReader.cc.

Referenced by parseLine().

Definition at line 56 of file HistoryLogReader.cc.

Referenced by parseLine().


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

doxygen