Bullet Collision Detection & Physics Library
Public Member Functions | Private Attributes | List of all members
btHashPtr Class Reference

#include <btHashMap.h>

Public Member Functions

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

Private Attributes

union {
   const void *   m_pointer
 
   unsigned int   m_hashValues [2]
 
}; 
 

Detailed Description

Definition at line 106 of file btHashMap.h.

Constructor & Destructor Documentation

btHashPtr::btHashPtr ( const void *  ptr)
inline

Definition at line 117 of file btHashMap.h.

Member Function Documentation

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

Definition at line 127 of file btHashMap.h.

unsigned int btHashPtr::getHash ( ) const
inline

Definition at line 133 of file btHashMap.h.

const void* btHashPtr::getPointer ( ) const
inline

Definition at line 122 of file btHashMap.h.

Member Data Documentation

union { ... }
unsigned int btHashPtr::m_hashValues[2]

Definition at line 112 of file btHashMap.h.

const void* btHashPtr::m_pointer

Definition at line 111 of file btHashMap.h.


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