BALL::HashFunction< T > Class Template Reference
[Common Definitions]

#include <BALL/COMMON/hash.h>

List of all members.


Public Member Functions

HashIndex operator() (const T &t) const

Detailed Description

template<typename T>
class BALL::HashFunction< T >

General Hash Function Template. This template function provides a simple wrapper for the specialized hash functions. It facilitates their use in STL hash associative containers which expect a Hasher class as template parameter.


Member Function Documentation

template<typename T >
HashIndex BALL::HashFunction< T >::operator() ( const T &  t  )  const [inline]

References BALL::Hash().