#include <btHashMap.h>
Public Member Functions | |
| btHashInt (int uid) | |
| bool | equals (const btHashInt &other) const |
| SIMD_FORCE_INLINE unsigned int | getHash () const |
| int | getUid1 () const |
| void | setUid1 (int uid) |
Private Attributes | |
| int | m_uid |
Definition at line 62 of file btHashMap.h.
| btHashInt::btHashInt | ( | int | uid | ) | [inline] |
Definition at line 66 of file btHashMap.h.
| bool btHashInt::equals | ( | const btHashInt & | other | ) | const [inline] |
Definition at line 80 of file btHashMap.h.
| SIMD_FORCE_INLINE unsigned int btHashInt::getHash | ( | ) | const [inline] |
Definition at line 85 of file btHashMap.h.
| int btHashInt::getUid1 | ( | ) | const [inline] |
Definition at line 70 of file btHashMap.h.
| void btHashInt::setUid1 | ( | int | uid | ) | [inline] |
Definition at line 75 of file btHashMap.h.
int btHashInt::m_uid [private] |
Definition at line 64 of file btHashMap.h.