HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_IndexedHashMap::IdRemapping Class Reference

#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...
 

Detailed Description

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.

Constructor & Destructor Documentation

UT_IndexedHashMap::IdRemapping::IdRemapping ( )
inline

Definition at line 118 of file UT_IndexedHashMap.h.

UT_IndexedHashMap::IdRemapping::~IdRemapping ( )
inline

Definition at line 119 of file UT_IndexedHashMap.h.

Member Function Documentation

exint UT_IndexedHashMap::IdRemapping::entries ( ) const
inline

Find the number of entries in the map.

Definition at line 122 of file UT_IndexedHashMap.h.

UT_IndexedHashMapItemId UT_IndexedHashMap::IdRemapping::newId ( UT_IndexedHashMapItemId  prev) const
inline

Query the new id associated with the previous id.

Definition at line 125 of file UT_IndexedHashMap.h.


The documentation for this class was generated from the following file: