IMP logo
IMP Reference Guide  2.7.0
The Integrative Modeling Platform
hash.h File Reference

IO support. 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)
 

Detailed Description

IO support.

Copyright 2007-2017 IMP Inventors. All rights reserved.

Definition in file hash.h.