Generic hardware access library
HAL::HalHash< _Key > Struct Template Reference

Template class for a hash function. More...

#include <HalHash.hh>


Detailed Description

template<class _Key>
struct HAL::HalHash< _Key >

Template class for a hash function.

This template and its specialization has been introduced in order to have a hash function for strings (which is not existing in the STL currently.) The algorithm has been copied from the hash function of char* in the STL.

See also:
Author:
Christoph Schwick
Revision:
1.1
Date:
2007/03/05 18:02:09

Definition at line 26 of file HalHash.hh.


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