SNAP Library 6.0, Developer Reference  2020-12-09 16:24:20
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
TDefaultHashFunc< TKey > Class Template Reference

#include <hash.h>

Static Public Member Functions

static int GetPrimHashCd (const TKey &Key)
 
static int GetSecHashCd (const TKey &Key)
 

Detailed Description

template<class TKey>
class TDefaultHashFunc< TKey >

Definition at line 88 of file hash.h.

Member Function Documentation

template<class TKey >
static int TDefaultHashFunc< TKey >::GetPrimHashCd ( const TKey &  Key)
inlinestatic

Definition at line 90 of file hash.h.

90 { return Key.GetPrimHashCd(); }
template<class TKey >
static int TDefaultHashFunc< TKey >::GetSecHashCd ( const TKey &  Key)
inlinestatic

Definition at line 91 of file hash.h.

91 { return Key.GetSecHashCd(); }

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