HDK
|
#include <UT_IndexedHashSet.h>
Public Member Functions | |
exint | entries () const |
Find the number of entries in the map. More... | |
UT_IndexedHashSetItemId | newId (UT_IndexedHashSetItemId prev) const |
Query the new id associated with the previous id. More... | |
Class used by compacting to map from the previous id to the new id. After compacting, this class stores a map of the old id's to the new id's
Definition at line 101 of file UT_IndexedHashSet.h.
|
inline |
Find the number of entries in the map.
Definition at line 104 of file UT_IndexedHashSet.h.
|
inline |
Query the new id associated with the previous id.
Definition at line 107 of file UT_IndexedHashSet.h.