|
PolyBoRi
|
Go to the source code of this file.
Namespaces | |
| 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) |
This file includes files, which defines miscellaneous function templates.
1.8.9.1