BALL  1.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
Public Member Functions
BALL::HashFunction< T > Class Template Reference

#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.

Definition at line 26 of file hash.h.


Member Function Documentation

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

Definition at line 30 of file hash.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines