Visualization LibraryA lightweight C++ OpenGL middleware for 2D/3D graphics |
[Home] [Tutorials] [All Classes] [Grouped Classes] |
#include <MD5CheckSum.hpp>
Public Member Functions | |
| MD5CheckSum () | |
| virtual const char * | className () |
| const unsigned char * | md5 () const |
| std::string | toStdString () const |
| void | compute (void *buffer, int len) |
| void | compute (VirtualFile *file) |
| bool | operator== (const MD5CheckSum &other) const |
| bool | operator!= (const MD5CheckSum &other) const |
| bool | operator< (const MD5CheckSum &other) const |
Protected Attributes | |
| unsigned char | mMD5 [16] |
| vl::MD5CheckSum::MD5CheckSum | ( | ) | [inline] |
| virtual const char* vl::MD5CheckSum::className | ( | ) | [inline, virtual] |
| const unsigned char* vl::MD5CheckSum::md5 | ( | ) | const [inline] |
| std::string MD5CheckSum::toStdString | ( | ) | const |
| void MD5CheckSum::compute | ( | void * | buffer, | |
| int | len | |||
| ) |
| void MD5CheckSum::compute | ( | VirtualFile * | file | ) |
| bool vl::MD5CheckSum::operator== | ( | const MD5CheckSum & | other | ) | const [inline] |
| bool vl::MD5CheckSum::operator!= | ( | const MD5CheckSum & | other | ) | const [inline] |
| bool vl::MD5CheckSum::operator< | ( | const MD5CheckSum & | other | ) | const [inline] |
unsigned char vl::MD5CheckSum::mMD5[16] [protected] |