#include <btHashMap.h>
Public Member Functions | |
| btHashKey (int uid) | |
| bool | equals (const btHashKey< Value > &other) const |
| SIMD_FORCE_INLINE unsigned int | getHash () const |
| int | getUid1 () const |
Private Attributes | |
| int | m_uid |
Definition at line 188 of file btHashMap.h.
Definition at line 193 of file btHashMap.h.
| bool btHashKey< Value >::equals | ( | const btHashKey< Value > & | other | ) | const [inline] |
Definition at line 202 of file btHashMap.h.
| SIMD_FORCE_INLINE unsigned int btHashKey< Value >::getHash | ( | ) | const [inline] |
Definition at line 207 of file btHashMap.h.
Definition at line 197 of file btHashMap.h.
Definition at line 190 of file btHashMap.h.