#include <MD5.hpp>
List of all members.
Public Member Functions |
| MD5StreamBuffer (MD5 *md5) |
Protected Member Functions |
virtual int | overflow (int c) |
virtual std::streamsize | xsputn (const char *s, std::streamsize num) |
Protected Attributes |
MD5 * | _md5 |
Detailed Description
Definition at line 85 of file MD5.hpp.
Constructor & Destructor Documentation
BLOCXX_NAMESPACE::MD5StreamBuffer::MD5StreamBuffer |
( |
MD5 * |
md5 | ) |
|
Member Function Documentation
int BLOCXX_NAMESPACE::MD5StreamBuffer::overflow |
( |
int |
c | ) |
[protected, virtual] |
std::streamsize BLOCXX_NAMESPACE::MD5StreamBuffer::xsputn |
( |
const char * |
s, |
|
|
std::streamsize |
num |
|
) |
| [protected, virtual] |
Member Data Documentation
The documentation for this class was generated from the following files: