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
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
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 79 of file hash.h.

Member Function Documentation

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

Definition at line 81 of file hash.h.

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

Definition at line 82 of file hash.h.

82 { return Key.GetSecHashCd(); }

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