blocxx
BLOCXX_NAMESPACE::MD5StreamBuffer Class Reference

#include <MD5.hpp>

Inheritance diagram for BLOCXX_NAMESPACE::MD5StreamBuffer:

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

◆ MD5StreamBuffer()

BLOCXX_NAMESPACE::MD5StreamBuffer::MD5StreamBuffer ( MD5 * md5)

Definition at line 60 of file MD5.cpp.

References _md5.

Member Function Documentation

◆ overflow()

int BLOCXX_NAMESPACE::MD5StreamBuffer::overflow ( int c)
protectedvirtual

Definition at line 63 of file MD5.cpp.

References _md5, and BLOCXX_NAMESPACE::MD5::MD5Update().

◆ xsputn()

std::streamsize BLOCXX_NAMESPACE::MD5StreamBuffer::xsputn ( const char * s,
std::streamsize num )
protectedvirtual

Definition at line 71 of file MD5.cpp.

References _md5, and BLOCXX_NAMESPACE::MD5::MD5Update().

Member Data Documentation

◆ _md5

MD5* BLOCXX_NAMESPACE::MD5StreamBuffer::_md5
protected

Definition at line 90 of file MD5.hpp.

Referenced by MD5StreamBuffer(), overflow(), and xsputn().


The documentation for this class was generated from the following files: