LIBINT  2.1.0-stable
Public Types | Public Member Functions | List of all members
libint2::FNVStringHash Class Reference

FNVStringHash uses Fowler/Noll/Vo algorithm to hash a char string to a 64-bit integer. More...

#include <hashable.h>

Public Types

typedef LIBINT2_UINT_LEAST64 KeyType
 The type of key computed using this hash.
 

Public Member Functions

LIBINT2_UINT_LEAST64 hash (const std::string &S)
 Returns 64-bit integer hash of S.
 

Detailed Description

FNVStringHash uses Fowler/Noll/Vo algorithm to hash a char string to a 64-bit integer.


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