Blender V5.0
btHashKey< Value > Class Template Reference

#include <btHashMap.h>

Public Member Functions

 btHashKey (int uid)
int getUid1 () const
bool equals (const btHashKey< Value > &other) const
SIMD_FORCE_INLINE unsigned int getHash () const

Detailed Description

template<class Value>
class btHashKey< Value >

Definition at line 183 of file btHashMap.h.

Constructor & Destructor Documentation

◆ btHashKey()

template<class Value>
btHashKey< Value >::btHashKey ( int uid)
inline

Definition at line 188 of file btHashMap.h.

Referenced by equals().

Member Function Documentation

◆ equals()

template<class Value>
bool btHashKey< Value >::equals ( const btHashKey< Value > & other) const
inline

Definition at line 197 of file btHashMap.h.

References btHashKey(), and getUid1().

◆ getHash()

template<class Value>
SIMD_FORCE_INLINE unsigned int btHashKey< Value >::getHash ( ) const
inline

Definition at line 202 of file btHashMap.h.

References SIMD_FORCE_INLINE.

◆ getUid1()

template<class Value>
int btHashKey< Value >::getUid1 ( ) const
inline

Definition at line 192 of file btHashMap.h.

Referenced by equals().


The documentation for this class was generated from the following file: