#include <boost/static_assert.hpp>#include "hash_set.h"#include "hash_map.h"#include "hash_by_call.h"#include "hash_by_cast.h"#include "details/hash.h"Go to the source code of this file.
Namespaces | |
| namespace | hudson |
| namespace | hashers |
Classes | |
| struct | hudson::HashWord< Int > |
| struct | hudson::HashPointer< T > |
| struct | hashers::hash< std::string > |
Functions | |
| size_t | hudson::hashWord (size_t a) |
| template<class T> | |
| size_t | hudson::hashPointer (const T *p) |
| size_t | hudson::hashWords (size_t a, size_t b) |
| size_t | hudson::hashWords (size_t a, size_t b, size_t c) |
| size_t | hudson::hashWords (size_t a, size_t b, size_t c, size_t d) |
| template<class iterator, class hasher> | |
| size_t | hudson::hashItems (const iterator &begin, const iterator &end, const hasher &h) |
1.4.6