#include <OpenMS/CONCEPT/Types.h>
#include <OpenMS/DATASTRUCTURES/String.h>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | OpenMS |
Classes | |
class | HashFunction |
General Hash Function Template. More... | |
Functions | |
Specialized Hash Functions. | |
UInt | hashPointer (void *const ptr) throw () |
UInt | hashString (const char *str) throw () |
UInt | hashPJWString (const char *str) throw () |
UInt | hashElfString (const char *str) throw () |
template<typename T> | |
UInt | Hash (const T &key) throw () |
UInt | Hash (const String &s) throw () |
UInt | Hash (const std::string &s) throw () |
UInt | Hash (void *const &ptr) throw () |
UInt | getNextPrime (UInt l) throw () |
Generated Tue Apr 1 15:36:39 2008 -- using doxygen 1.5.4 | OpenMS / TOPP 1.1 |