Gaudi Framework, version v20r2

Generated: 18 Jul 2008

GaudiUtils::Hash< void * > Struct Template Reference

#include <Hash.h>

Inheritance diagram for GaudiUtils::Hash< void * >:

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

Collaboration graph
[legend]
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 Fri Jul 18 12:10:38 2008 for Gaudi Framework, version v20r2 by Doxygen version 1.5.1 written by Dimitri van Heesch, © 1997-2004