CluE  1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
CluE::HashFunction< U, H > Class Template Referenceabstract

Base class template for any hash function mapping an element from universe U to hashing space H. More...

#include <hashfunction.h>

Inheritance diagram for CluE::HashFunction< U, H >:
Inheritance graph
Collaboration diagram for CluE::HashFunction< U, H >:
Collaboration graph

Public Member Functions

virtual H operator() (U const &element) const =0
 

Detailed Description

template<typename U, typename H>
class CluE::HashFunction< U, H >

Base class template for any hash function mapping an element from universe U to hashing space H.

Definition at line 10 of file hashfunction.h.

Member Function Documentation

template<typename U, typename H>
virtual H CluE::HashFunction< U, H >::operator() ( U const &  element) const
pure virtual

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