Blender  V3.3
Public Member Functions | List of all members
btHashPtr Class Reference

#include <btHashMap.h>

Public Member Functions

 btHashPtr (const void *ptr)
 
const voidgetPointer () const
 
bool equals (const btHashPtr &other) const
 
SIMD_FORCE_INLINE unsigned int getHash () const
 

Detailed Description

Definition at line 107 of file btHashMap.h.

Constructor & Destructor Documentation

◆ btHashPtr()

btHashPtr::btHashPtr ( const void ptr)
inline

Definition at line 115 of file btHashMap.h.

Member Function Documentation

◆ equals()

bool btHashPtr::equals ( const btHashPtr other) const
inline

Definition at line 125 of file btHashMap.h.

References getPointer().

◆ getHash()

SIMD_FORCE_INLINE unsigned int btHashPtr::getHash ( ) const
inline

Definition at line 131 of file btHashMap.h.

References m_hashValues.

◆ getPointer()

const void* btHashPtr::getPointer ( ) const
inline

Definition at line 120 of file btHashMap.h.

References m_pointer.

Referenced by equals().

Member Data Documentation

◆ m_hashValues

unsigned int btHashPtr::m_hashValues[2]

Definition at line 111 of file btHashMap.h.

Referenced by getHash().

◆ m_pointer

const void* btHashPtr::m_pointer

Definition at line 110 of file btHashMap.h.

Referenced by getPointer().


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