| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

GaudiUtils::Hash< void * > Struct Template Reference

#include <Hash.h>

List of all members.


Public Member Functions

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

Detailed Description

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

Definition at line 86 of file Hash.h.


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:
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 19:57:18 2011 for GaudiKernel by doxygen 1.4.7