Blender
V3.3
|
#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 107 of file btHashMap.h.
|
inline |
Definition at line 115 of file btHashMap.h.
Definition at line 125 of file btHashMap.h.
References getPointer().
|
inline |
Definition at line 131 of file btHashMap.h.
References m_hashValues.
|
inline |
unsigned int btHashPtr::m_hashValues[2] |
Definition at line 111 of file btHashMap.h.
Referenced by getHash().
const void* btHashPtr::m_pointer |
Definition at line 110 of file btHashMap.h.
Referenced by getPointer().