This document is for a version of USD that is under development. See this page for the current release.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules 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...