All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
denseHashMap.h File Reference
+ Include dependency graph for denseHashMap.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TfDenseHashMap< Key, Data, HashFn, EqualKey, Threshold >
 This is a space efficient container that mimics the TfHashMap API that uses a vector for storage when the size of the map is small. More...