SNAP Library 2.0, User Reference  2013-05-13 16:33:57
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
TDefaultHashFunc< TKey > Class Template Reference

#include <hash.h>

List of all members.

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) [inline, static]

Definition at line 81 of file hash.h.

{ return Key.GetPrimHashCd(); }
template<class TKey >
static int TDefaultHashFunc< TKey >::GetSecHashCd ( const TKey &  Key) [inline, static]

Definition at line 82 of file hash.h.

{ return Key.GetSecHashCd(); }

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