#include <btHashMap.h>
Public Member Functions | |
btHashKeyPtr (int uid) | |
bool | equals (const btHashKeyPtr< Value > &other) const |
SIMD_FORCE_INLINE unsigned int | getHash () const |
int | getUid1 () const |
Private Attributes | |
int | m_uid |
Definition at line 155 of file btHashMap.h.
btHashKeyPtr< Value >::btHashKeyPtr | ( | int | uid | ) | [inline] |
Definition at line 160 of file btHashMap.h.
bool btHashKeyPtr< Value >::equals | ( | const btHashKeyPtr< Value > & | other | ) | const [inline] |
Definition at line 169 of file btHashMap.h.
SIMD_FORCE_INLINE unsigned int btHashKeyPtr< Value >::getHash | ( | ) | const [inline] |
Definition at line 175 of file btHashMap.h.
int btHashKeyPtr< Value >::getUid1 | ( | ) | const [inline] |
Definition at line 164 of file btHashMap.h.
int btHashKeyPtr< Value >::m_uid [private] |
Definition at line 157 of file btHashMap.h.