| 
    SNAP Library 2.3, Developer Reference
    2014-06-16 11:58:46
    
   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 Private Member Functions | |
| static unsigned int | DJBHash (const char *Str, const ::TSize &Len) | 
      
  | 
  inlinestaticprivate | 
Definition at line 1148 of file hash.h.
Referenced by GetPrimHashCd(), and GetSecHashCd().

      
  | 
  inlinestatic | 
Definition at line 1155 of file hash.h.
References DJBHash().
Referenced by TChA::GetPrimHashCd(), TRStr::GetPrimHashCd(), TBigStrPool::GetPrimHashCd(), and TStrPool::GetPrimHashCd().


      
  | 
  inlinestatic | 
Definition at line 1161 of file hash.h.
References TStr::CStr(), and GetPrimHashCd().
Referenced by GetPrimHashCd().


      
  | 
  inlinestatic | 
Definition at line 1158 of file hash.h.
References DJBHash().
Referenced by TChA::GetSecHashCd(), TRStr::GetSecHashCd(), TBigStrPool::GetSecHashCd(), and TStrPool::GetSecHashCd().


      
  | 
  inlinestatic | 
Definition at line 1162 of file hash.h.
References TStr::CStr(), and GetSecHashCd().
Referenced by GetSecHashCd().

