DataObjID_Hasher Class Reference

#include </tmp/marcocle/lhcb-release/1122/GAUDI/GAUDI_v27r0/InstallArea/x86_64-slc6-gcc49-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 114 of file DataObjID.h.

Member Function Documentation

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

Definition at line 116 of file DataObjID.h.

116  {
117  return (k.m_hash);
118  }
std::size_t m_hash
Definition: DataObjID.h:80
std::size_t DataObjID_Hasher::operator() ( const DataObjID k) const
inline

Definition at line 116 of file DataObjID.h.

116  {
117  return (k.m_hash);
118  }
std::size_t m_hash
Definition: DataObjID.h:80

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