Blender V2.61 - r43446
|
#include <btHashMap.h>
Public Member Functions | |
btHashKeyPtr (int uid) | |
int | getUid1 () const |
bool | equals (const btHashKeyPtr< Value > &other) const |
SIMD_FORCE_INLINE unsigned int | getHash () const |
Definition at line 139 of file btHashMap.h.
btHashKeyPtr< Value >::btHashKeyPtr | ( | int | uid | ) | [inline] |
Definition at line 144 of file btHashMap.h.
bool btHashKeyPtr< Value >::equals | ( | const btHashKeyPtr< Value > & | other | ) | const [inline] |
Definition at line 153 of file btHashMap.h.
References btHashKeyPtr< Value >::getUid1().
SIMD_FORCE_INLINE unsigned int btHashKeyPtr< Value >::getHash | ( | ) | const [inline] |
Definition at line 159 of file btHashMap.h.
int btHashKeyPtr< Value >::getUid1 | ( | ) | const [inline] |
Definition at line 148 of file btHashMap.h.
Referenced by btHashKeyPtr< Value >::equals().