SNAP Library , Developer Reference  2013-01-07 14:03:36
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
TStrHashF_Md5 Class Reference

#include <hash.h>

List of all members.

Static Public Member Functions

static int GetPrimHashCd (const char *p)
static int GetSecHashCd (const char *p)
static int GetPrimHashCd (const TStr &s)
static int GetSecHashCd (const TStr &s)

Detailed Description

Definition at line 1133 of file hash.h.


Member Function Documentation

int TStrHashF_Md5::GetPrimHashCd ( const char *  p) [static]

Definition at line 86 of file hash.cpp.

References TMd5Sig::GetPrimHashCd().

                                              {
  TMd5Sig sig = TStr(p); 
  return sig.GetPrimHashCd(); 
}

Here is the call graph for this function:

int TStrHashF_Md5::GetPrimHashCd ( const TStr s) [static]

Definition at line 96 of file hash.cpp.

References TMd5Sig::GetPrimHashCd().

                                              {
  TMd5Sig sig(s);
  return sig.GetPrimHashCd(); 
}

Here is the call graph for this function:

int TStrHashF_Md5::GetSecHashCd ( const char *  p) [static]

Definition at line 91 of file hash.cpp.

References TMd5Sig::GetSecHashCd().

                                             {
  TMd5Sig sig = TStr(p);
  return sig.GetSecHashCd(); 
}

Here is the call graph for this function:

int TStrHashF_Md5::GetSecHashCd ( const TStr s) [static]

Definition at line 101 of file hash.cpp.

References TMd5Sig::GetSecHashCd().

                                             {
  TMd5Sig sig(s);
  return sig.GetSecHashCd();
}

Here is the call graph for this function:


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