Main Page   Class Hierarchy   Compound List   File List   Compound Members  

THashInt.hh

00001 
00012 class THashInt
00013 {
00014 public:
00015   
00021   static unsigned int Hash (unsigned int key);
00022   
00024   static inline bool Equal (unsigned int a, unsigned int b)
00025   {
00026     return (a == b);
00027   }
00028 };

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