Bullet Collision Detection & Physics Library
Public Member Functions | Public Attributes | List of all members
btHashString Struct Reference

very basic hashable string implementation, compatible with btHashMap More...

#include <btHashMap.h>

Public Member Functions

unsigned int getHash () const
 
 btHashString ()
 
 btHashString (const char *name)
 
bool equals (const btHashString &other) const
 

Public Attributes

std::string m_string1
 
unsigned int m_hash
 

Detailed Description

very basic hashable string implementation, compatible with btHashMap

Definition at line 24 of file btHashMap.h.

Constructor & Destructor Documentation

btHashString::btHashString ( )
inline

Definition at line 34 of file btHashMap.h.

btHashString::btHashString ( const char *  name)
inline

Definition at line 39 of file btHashMap.h.

Member Function Documentation

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

Definition at line 57 of file btHashMap.h.

unsigned int btHashString::getHash ( ) const
inline

Definition at line 29 of file btHashMap.h.

Member Data Documentation

unsigned int btHashString::m_hash

Definition at line 27 of file btHashMap.h.

std::string btHashString::m_string1

Definition at line 26 of file btHashMap.h.


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