The Gaudi Framework  master (37c0b60a)
Hash.h File Reference
#include <cstddef>
#include <numeric>
#include <boost/functional/hash.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.

Classes

struct  GaudiUtils::GenericHash< T >
 Generic hash implementation (for easy migration to the new Hash class). More...
 
class  GaudiUtils::Hash< T >
 
struct  GaudiUtils::Hash< T * >
 the partial specialization for pointers More...
 
struct  GaudiUtils::Hash< T(&)[N]>
 generic specialization for arrays More...
 
struct  GaudiUtils::Hash< const T(&)[N]>
 generic specialization for arrays More...
 
struct  GaudiUtils::Hash< const T >
 remove extra qualifiers: More...
 
struct  GaudiUtils::Hash< const T * >
 remove extra qualifiers: More...
 
struct  GaudiUtils::Hash< T & >
 remove extra qualifiers: More...
 
struct  GaudiUtils::Hash< const T & >
 remove extra qualifiers: More...
 

Namespaces

 GaudiUtils