jigdo API
Last update by Admin on 2010-05-23
MD5Sum::ProgressReporter Class Reference
Class allowing JigdoCache to convey information back to the creator of a JigdoCache object. More...
#include <md5sum.hh>
Inheritance diagram for MD5Sum::ProgressReporter:

Public Member Functions | |
virtual | ~ProgressReporter () |
virtual void | error (const string &message) |
General-purpose error reporting. | |
virtual void | info (const string &message) |
Like error(), but for purely informational messages. | |
virtual void | readingMD5 (uint64 offInStream, uint64 size) |
Called when data is read during updateFromStream(). |
Detailed Description
Class allowing JigdoCache to convey information back to the creator of a JigdoCache object.
Constructor & Destructor Documentation
virtual MD5Sum::ProgressReporter::~ProgressReporter | ( | ) | [inline, virtual] |
Member Function Documentation
void MD5Sum::ProgressReporter::error | ( | const string & | message | ) | [virtual] |
void MD5Sum::ProgressReporter::info | ( | const string & | message | ) | [virtual] |
Like error(), but for purely informational messages.
Reimplemented in AnyReporter.
Referenced by AnyReporter::info().
void MD5Sum::ProgressReporter::readingMD5 | ( | uint64 | offInStream, | |
uint64 | size | |||
) | [virtual] |
The documentation for this class was generated from the following files:
Generated on Tue Sep 23 14:27:43 2008 for jigdo by
