Generic hardware access library
|
Template class for a hash function. More...
#include <HalHash.hh>
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.
Definition at line 26 of file HalHash.hh.