#include <btHashMap.h>
Public Member Functions | |
| btHashPtr (const void *ptr) | |
| bool | equals (const btHashPtr &other) const |
| SIMD_FORCE_INLINE unsigned int | getHash () const |
| const void * | getPointer () const |
Private Attributes | |
| union { | |
| int m_hashValues [2] | |
| const void * m_pointer | |
| }; | |
Definition at line 96 of file btHashMap.h.
| btHashPtr::btHashPtr | ( | const void * | ptr | ) | [inline] |
Definition at line 107 of file btHashMap.h.
| bool btHashPtr::equals | ( | const btHashPtr & | other | ) | const [inline] |
Definition at line 117 of file btHashMap.h.
| SIMD_FORCE_INLINE unsigned int btHashPtr::getHash | ( | ) | const [inline] |
Definition at line 123 of file btHashMap.h.
| const void* btHashPtr::getPointer | ( | ) | const [inline] |
Definition at line 112 of file btHashMap.h.
union { ... } [private] |
| int btHashPtr::m_hashValues[2] |
Definition at line 102 of file btHashMap.h.
| const void* btHashPtr::m_pointer |
Definition at line 101 of file btHashMap.h.