IMP  2.4.0
The Integrative Modeling Platform
Namespaces | Functions
hash.h File Reference

IO support. More...

#include <IMP/base/base_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
 Synonym for IMP::kernel.
 
 IMP::base
 Low level functionality (logging, error handling, profiling, command line flags etc) that is used by all of IMP.
 

Functions

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

Detailed Description

IO support.

Copyright 2007-2015 IMP Inventors. All rights reserved.

Definition in file hash.h.