Main Page   Class Hierarchy   Compound List   File List   Compound Members  

THashString.hh

00001 #ifndef _T_HASH_STRING_HH
00002 #define _T_HASH_STRING_HH
00003 
00004 #include "TString.hh"
00005 
00011 class THashString
00012 {
00013 public:
00014   
00016   static inline unsigned int Hash (const TString& str)
00017   {
00018     return str.Hash ();
00019   }
00020   
00022   static inline bool Equal (const TString& str0, const TString& str1)
00023   {
00024     return (str0 == str1);
00025   }
00026 };
00027 
00028 #endif // _T_HASH_STRING_HH

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