IMP logo
IMP Reference Guide  develop.e004443c3b,2024/04/25
The Integrative Modeling Platform
hash.h File Reference

Helper functions for implementing hashes. More...

#include <IMP/kernel_config.h>
#include <boost/functional/hash.hpp>
#include <boost/functional/hash/hash.hpp>
#include <boost/graph/adjacency_list.hpp>
+ Include dependency graph for hash.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 IMP
 Base functionality and abstract base classes for representation, scoring and sampling.
 

Functions

template<class T >
std::size_t IMP::hash_value (const T &t)
 
std::size_t IMP::hash_value (double d)
 
std::size_t IMP::hash_value (int d)
 
std::size_t IMP::hash_value (bool d)
 
std::size_t IMP::hash_value (const std::string &d)
 
template<class T >
std::size_t IMP::hash_value (const std::vector< T > &t)
 
template<class T >
std::size_t IMP::hash_value (const std::set< T > &t)
 

Detailed Description

Helper functions for implementing hashes.

Copyright 2007-2022 IMP Inventors. All rights reserved.

Definition in file hash.h.