The Gaudi Framework  v29r0 (ff2e7097)
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 >
 Simple hash function. More...
 
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
 Forward declarations for the functions in SerializeSTL.h.