0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes | Public Types | List of all members
Hypertable::BlobHashTraits< HashFunT > Struct Template Reference

Traits for BlobHashSet Hash function default to MurmurHash2 for speed and mix. More...

#include <BlobHashTraits.h>

Classes

struct  hasher
 
struct  key_equal
 

Public Types

typedef CharArena key_allocator
 

Detailed Description

template<typename HashFunT = MurmurHash2>
struct Hypertable::BlobHashTraits< HashFunT >

Traits for BlobHashSet Hash function default to MurmurHash2 for speed and mix.

This class is not used standalone, but as a helper for BlobHashSet.

Definition at line 52 of file BlobHashTraits.h.

Member Typedef Documentation

template<typename HashFunT = MurmurHash2>
typedef CharArena Hypertable::BlobHashTraits< HashFunT >::key_allocator

Definition at line 53 of file BlobHashTraits.h.


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