Gaudi Framework, version v21r11

Home   Generated: 30 Sep 2010

GaudiUtils::Hash< T * > Struct Template Reference

the partial specialization for pointers More...

#include <Hash.h>

Inheritance diagram for GaudiUtils::Hash< T * >:
[legend]
Collaboration diagram for GaudiUtils::Hash< T * >:
[legend]

List of all members.

Public Member Functions

std::size_t operator() (const T *key) const
 the hash-function


Detailed Description

template<class T>
struct GaudiUtils::Hash< T * >

the partial specialization for pointers

Definition at line 108 of file Hash.h.


Member Function Documentation

template<class T>
std::size_t GaudiUtils::Hash< T * >::operator() ( const T *  key  )  const [inline]

the hash-function

the generic implementation of hash for pointers

Definition at line 159 of file Hash.h.

00160   {
00161     using namespace boost ;
00162     return hash_value ( key ) ;
00163   }


The documentation for this struct was generated from the following file:

Generated at Thu Sep 30 09:59:02 2010 for Gaudi Framework, version v21r11 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004