#include <md5sum.hh>

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(). | |
| virtual MD5Sum::ProgressReporter::~ProgressReporter | ( | ) | [inline, virtual] |
| 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] |
1.5.6