![]() |
Blender V2.61 - r43446
|
#include <btHashMap.h>
Public Member Functions | |
| btHashPtr (const void *ptr) | |
| const void * | getPointer () const |
| bool | equals (const btHashPtr &other) const |
| SIMD_FORCE_INLINE unsigned int | getHash () const |
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.
References getPointer().
| SIMD_FORCE_INLINE unsigned int btHashPtr::getHash | ( | ) | const [inline] |
Definition at line 123 of file btHashMap.h.
References m_hashValues.
| const void* btHashPtr::getPointer | ( | ) | const [inline] |
| int btHashPtr::m_hashValues[2] |
Definition at line 102 of file btHashMap.h.
Referenced by getHash().
| const void* btHashPtr::m_pointer |
Definition at line 101 of file btHashMap.h.
Referenced by getPointer().