IMP  2.2.0
The Integrative Modeling Platform
base/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 base/hash.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 IMP
 All IMP::kernel code is brought into the IMP namespace.
 
 IMP::base
 See IMP.base for more information.
 

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

Copyright 2007-2014 IMP Inventors. All rights reserved.

Definition in file base/hash.h.