Main Page   Class Hierarchy   Compound List   File List   Compound Members  

THashInt64.hh

00001 
00012 #include <stdint.h>
00013 
00014 
00015 class THashInt64
00016 {
00017 public:
00018   
00024   static unsigned int Hash (uint64_t key);
00025   
00027   static inline bool Equal (uint64_t a, uint64_t b)
00028   {
00029     return (a == b);
00030   }
00031 };

Generated on Sat Feb 15 18:37:16 2003 for Tools by doxygen1.3-rc2