HDK
|
#include <UT_IndexedHashMap.h>
Public Member Functions | |
IdRemapping () | |
~IdRemapping () | |
exint | entries () const |
Find the number of entries in the map. More... | |
UT_IndexedHashMapItemId | newId (UT_IndexedHashMapItemId 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 116 of file UT_IndexedHashMap.h.
|
inline |
Definition at line 118 of file UT_IndexedHashMap.h.
|
inline |
Definition at line 119 of file UT_IndexedHashMap.h.
|
inline |
Find the number of entries in the map.
Definition at line 122 of file UT_IndexedHashMap.h.
|
inline |
Query the new id associated with the previous id.
Definition at line 125 of file UT_IndexedHashMap.h.