Bullet Collision Detection & Physics Library
Classes | Variables
btHashMap.h File Reference
#include <string>
#include "btAlignedObjectArray.h"
Include dependency graph for btHashMap.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  btHashString
 very basic hashable string implementation, compatible with btHashMap More...
 
class  btHashInt
 
class  btHashPtr
 
class  btHashKeyPtr< Value >
 
class  btHashKey< Value >
 
class  btHashMap< Key, Value >
 The btHashMap template class implements a generic and lightweight hashmap. More...
 

Variables

const int BT_HASH_NULL =0xffffffff
 

Variable Documentation

const int BT_HASH_NULL =0xffffffff

Definition at line 63 of file btHashMap.h.