DataObjID_Hasher Class Reference

#include </scratch/z5/marcocle/GaudiDocs/lhcb-release/996/GAUDI/GAUDI_v26r4/InstallArea/x86_64-slc6-gcc48-opt/include/GaudiKernel/DataObjID.h>

Public Member Functions

std::size_t operator() (const DataObjID &k) const
 
std::size_t operator() (const DataObjID &k) const
 

Detailed Description

Definition at line 117 of file DataObjID.h.

Member Function Documentation

std::size_t DataObjID_Hasher::operator() ( const DataObjID k) const
inline

Definition at line 119 of file DataObjID.h.

119  {
120  return (k.m_hash);
121  }
std::size_t m_hash
Definition: DataObjID.h:76
std::size_t DataObjID_Hasher::operator() ( const DataObjID k) const
inline

Definition at line 119 of file DataObjID.h.

119  {
120  return (k.m_hash);
121  }
std::size_t m_hash
Definition: DataObjID.h:76

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