btHashString Struct Reference

very basic hashable string implementation, compatible with btHashMap More...

#include <btHashMap.h>

List of all members.

Public Member Functions

SIMD_FORCE_INLINE unsigned int getHash () const
 btHashString (const char *name)
int portableStringCompare (const char *src, const char *dst) const
bool equals (const btHashString &other) const

Public Attributes

const char * m_string
unsigned int m_hash

Detailed Description

very basic hashable string implementation, compatible with btHashMap

Definition at line 7 of file btHashMap.h.


Constructor & Destructor Documentation

btHashString::btHashString ( const char *  name  )  [inline]

Definition at line 17 of file btHashMap.h.


Member Function Documentation

bool btHashString::equals ( const btHashString other  )  const [inline]

Definition at line 50 of file btHashMap.h.

SIMD_FORCE_INLINE unsigned int btHashString::getHash (  )  const [inline]

Definition at line 12 of file btHashMap.h.

int btHashString::portableStringCompare ( const char *  src,
const char *  dst 
) const [inline]

Definition at line 35 of file btHashMap.h.


Member Data Documentation

unsigned int btHashString::m_hash

Definition at line 10 of file btHashMap.h.

Definition at line 9 of file btHashMap.h.


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

Generated on Mon Feb 15 22:23:03 2010 for Bullet Collision Detection & Physics Library by  doxygen 1.6.1