hash_utils Namespace Reference

Classes

struct  murmurhash2
class  MurmurHash3

Functions

UInt_t void_to_int (const void *key, int length)

Function Documentation

UInt_t hash_utils::void_to_int ( const void *  key,
int  length 
) [inline]

Definition at line 16 of file hash.h.

00017   {
00018     static murmurhash2 pet(0xe086c5ff);
00019     return pet(key, length);
00020   }


Generated on 15 Jun 2016 for AlcapDAQ by  doxygen 1.6.1