#include <polybori/pbori_defs.h>
#include <boost/functional/hash.hpp>
Go to the source code of this file.
Namespaces | |
namespace | polybori |
Functions | |
template<class HashType, class NaviType> | |
void | polybori::stable_hash_range (HashType &seed, NaviType navi) |
template<class NaviType> | |
std::size_t | polybori::stable_hash_range (NaviType navi) |
template<class HashType> | |
void | polybori::finalize_term_hash (HashType &seed) |
template<class HashType, class NaviType> | |
void | polybori::stable_first_hash_range (HashType &seed, NaviType navi) |
template<class NaviType> | |
std::size_t | polybori::stable_first_hash_range (NaviType navi) |
template<class HashType, class Iterator> | |
void | polybori::stable_term_hash (HashType &seed, Iterator start, Iterator finish) |
template<class Iterator> | |
std::size_t | polybori::stable_term_hash (Iterator start, Iterator finish) |