Gaudi Framework, version v20r4

Generated: 8 Jan 2009

GaudiUtils::Hash< void * > Struct Template Reference

#include <Hash.h>

List of all members.


Detailed Description

template<>
struct GaudiUtils::Hash< void * >

Definition at line 86 of file Hash.h.


Public Member Functions

size_t operator() (const void *key) const
bool operator() (const void *key1, const void *key2) const

Member Function Documentation

size_t GaudiUtils::Hash< void * >::operator() ( const void *  key  )  const [inline]

Definition at line 87 of file Hash.h.

00087                                                        {
00088         return reinterpret_cast<size_t>(key);
00089     }

bool GaudiUtils::Hash< void * >::operator() ( const void *  key1,
const void *  key2 
) const [inline]

Definition at line 90 of file Hash.h.

00090                                                                         { 
00091       return reinterpret_cast<size_t>(key1) < reinterpret_cast<size_t>(key2);
00092     }


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

Generated at Thu Jan 8 17:54:02 2009 for Gaudi Framework, version v20r4 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004