ldas-tools-framecpp
2.5.8
|
#include <MD5Sum.hh>
Public Types | |
typedef void * | data_type |
typedef INT_4U | size_type |
typedef CHAR_U * | md_type |
Public Member Functions | |
MD5Sum () | |
MD5Sum (const MD5Sum &Source) | |
std::ostream & | DumpIntermediate (std::ostream &Stream) const |
void | Finalize () const |
bool | Finalized () const |
void | Reset () |
void | Update (const data_type Data, size_type Length) |
md_type | Value () const |
std::ostream & | operator<< (std::ostream &Stream) |
MD5Sum & | operator= (const MD5Sum &MD5) |
bool | operator== (const MD5Sum &RHS) const |
bool | operator!= (const MD5Sum &RHS) const |
Friends | |
std::ostream & | std::operator<< (std::ostream &stream, const MD5Sum &Data) |
typedef void* FrameCPP::Common::MD5Sum::data_type |
typedef CHAR_U* FrameCPP::Common::MD5Sum::md_type |
typedef INT_4U FrameCPP::Common::MD5Sum::size_type |
FrameCPP::Common::MD5Sum::MD5Sum | ( | ) |
FrameCPP::Common::MD5Sum::MD5Sum | ( | const MD5Sum & | Source | ) |
std::ostream & FrameCPP::Common::MD5Sum::DumpIntermediate | ( | std::ostream & | Stream | ) | const |
void FrameCPP::Common::MD5Sum::Finalize | ( | ) | const |
|
inline |
|
inline |
std::ostream& FrameCPP::Common::MD5Sum::operator<< | ( | std::ostream & | Stream | ) |
FrameCPP::Common::MD5Sum & FrameCPP::Common::MD5Sum::operator= | ( | const MD5Sum & | MD5 | ) |
bool FrameCPP::Common::MD5Sum::operator== | ( | const MD5Sum & | RHS | ) | const |
void FrameCPP::Common::MD5Sum::Reset | ( | ) |
MD5Sum::md_type FrameCPP::Common::MD5Sum::Value | ( | ) | const |
|
friend |