Blender V2.61 - r43446
Public Member Functions

btHashPtr Class Reference

#include <btHashMap.h>

List of all members.

Public Member Functions

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

Detailed Description

Definition at line 96 of file btHashMap.h.


Constructor & Destructor Documentation

btHashPtr::btHashPtr ( const void *  ptr) [inline]

Definition at line 107 of file btHashMap.h.


Member Function Documentation

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]

Definition at line 112 of file btHashMap.h.

References m_pointer.

Referenced by equals().


Member Data Documentation

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().


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