SNAP Library 3.0, User Reference
2016-07-20 17:56:49
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
#include <md5.h>
Public Member Functions | |
TMd5Sig () | |
TMd5Sig (const TMd5Sig &Md5Sig) | |
TMd5Sig (const PSIn &SIn) | |
TMd5Sig (const TStr &Str) | |
TMd5Sig (const TChA &ChA) | |
TMd5Sig (const char *CStr) | |
TMd5Sig (const TMem &Mem) | |
TMd5Sig (const TMd5 &Md5) | |
TMd5Sig (TSIn &SIn) | |
void | Save (TSOut &SOut) const |
TMd5Sig & | operator= (const TMd5Sig &Md5Sig) |
bool | operator== (const TMd5Sig &Md5Sig) const |
bool | operator< (const TMd5Sig &Md5Sig) const |
int | operator[] (const int &CdN) const |
int | GetPrimHashCd () const |
int | GetSecHashCd () const |
TStr | GetStr () const |
void | GetUInt (const int &StartCd, uint &UInt) const |
Private Types | |
typedef TB1Def::TB1 | uint1 |
Private Attributes | |
uint1 | CdT [16] |
|
private |
|
inline |
TMd5Sig::TMd5Sig | ( | const PSIn & | SIn | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |