SNAP Library 3.0, Developer Reference
2016-07-20 17:56:49
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
#include <hash.h>
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) |
static int | GetPrimHashCd (const char *p, const ::TSize &Len) |
static int | GetSecHashCd (const char *p, const ::TSize &Len) |
Static Private Member Functions | |
static unsigned int | DJBHash (const char *Str, const ::TSize &Len) |
|
inlinestaticprivate |
Definition at line 1174 of file hash.h.
Referenced by GetPrimHashCd(), and GetSecHashCd().
|
inlinestatic |
Definition at line 1181 of file hash.h.
References DJBHash().
Referenced by TChA::GetPrimHashCd(), TRStr::GetPrimHashCd(), TBigStrPool::GetPrimHashCd(), TStrPool::GetPrimHashCd(), and GetPrimHashCd().
|
inlinestatic |
Definition at line 1187 of file hash.h.
References TStr::CStr(), and GetPrimHashCd().
|
inlinestatic |
Definition at line 1191 of file hash.h.
References DJBHash().
|
inlinestatic |
Definition at line 1184 of file hash.h.
References DJBHash().
Referenced by TChA::GetSecHashCd(), TRStr::GetSecHashCd(), TBigStrPool::GetSecHashCd(), TStrPool::GetSecHashCd(), and GetSecHashCd().
|
inlinestatic |
Definition at line 1189 of file hash.h.
References TStr::CStr(), and GetSecHashCd().
|
inlinestatic |
Definition at line 1193 of file hash.h.
References DJBHash().