#include <MD5.h>

Definition at line 34 of file MD5.h.
Public Member Functions | |
| MD5Hash () | |
| MD5Hash (UInt8 *_data) | |
| MD5Hash (const MD5Hash &hash) | |
| MD5Hash (const String &_data) | |
| UInt8 | operator[] (unsigned int idx) |
| virtual std::string | toString () |
| virtual const char * | getClassName () |
| Returns the name of the current class. | |
Static Public Member Functions | |
| static void | debugmsg (Object *obj, const char *msg, int linenumber=__LINE__, const char *srcfile=__FILE__) |
| Will print a debug message to the screen. | |
| static void | debugmsgln (Object *obj, const char *msg, int linenumber=__LINE__, const char *srcfile=__FILE__) |
Protected Attributes | |
| UInt8 | data [16] |
| std::string | __cls_name |
Friends | |
| std::ostream & | operator<< (std::ostream &stream, const Object &s) |
| xvr2::Text::MD5Hash::MD5Hash | ( | ) |
| xvr2::Text::MD5Hash::MD5Hash | ( | UInt8 * | _data | ) |
| xvr2::Text::MD5Hash::MD5Hash | ( | const MD5Hash & | hash | ) |
| xvr2::Text::MD5Hash::MD5Hash | ( | const String & | _data | ) |
| UInt8 xvr2::Text::MD5Hash::operator[] | ( | unsigned int | idx | ) |
| virtual std::string xvr2::Text::MD5Hash::toString | ( | ) | [virtual] |
Reimplemented from xvr2::Object.
| virtual const char* xvr2::Object::getClassName | ( | ) | [virtual, inherited] |
Returns the name of the current class.
| static void xvr2::Object::debugmsg | ( | Object * | obj, | |
| const char * | msg, | |||
| int | linenumber = __LINE__, |
|||
| const char * | srcfile = __FILE__ | |||
| ) | [static, inherited] |
Will print a debug message to the screen.
| static void xvr2::Object::debugmsgln | ( | Object * | obj, | |
| const char * | msg, | |||
| int | linenumber = __LINE__, |
|||
| const char * | srcfile = __FILE__ | |||
| ) | [static, inherited] |
| std::ostream& operator<< | ( | std::ostream & | stream, | |
| const Object & | s | |||
| ) | [friend, inherited] |
UInt8 xvr2::Text::MD5Hash::data[16] [protected] |
std::string xvr2::Object::__cls_name [protected, inherited] |
1.5.5