Bullet Collision Detection & Physics Library
|
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 |
very basic hashable string implementation, compatible with btHashMap
Definition at line 23 of file btHashMap.h.
|
inline |
Definition at line 33 of file btHashMap.h.
Definition at line 38 of file btHashMap.h.
|
inline |
Definition at line 56 of file btHashMap.h.
Definition at line 28 of file btHashMap.h.
Definition at line 26 of file btHashMap.h.
std::string btHashString::m_string1 |
Definition at line 25 of file btHashMap.h.