very basic hashable string implementation, compatible with btHashMap  
 More...
#include <btHashMap.h>
very basic hashable string implementation, compatible with btHashMap 
Definition at line 23 of file btHashMap.h.
§ btHashString()
  
  | 
        
          | btHashString::btHashString | ( | const char * | name | ) |  |  | inline | 
 
 
§ equals()
  
  | 
        
          | bool btHashString::equals | ( | const btHashString & | other | ) | const |  | inline | 
 
 
§ getHash()
  
  | 
        
          | unsigned int btHashString::getHash | ( |  | ) | const |  | inline | 
 
 
§ portableStringCompare()
  
  | 
        
          | int btHashString::portableStringCompare | ( | const char * | src, |  
          |  |  | const char * | dst |  
          |  | ) |  | const |  | inline | 
 
 
§ m_hash
      
        
          | unsigned int btHashString::m_hash | 
      
 
 
§ m_string
      
        
          | const char* btHashString::m_string | 
      
 
 
The documentation for this struct was generated from the following file: