HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_IndexedHashSet< T >::IdRemapping Class Reference

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

Detailed Description

template<class T>
class UT_IndexedHashSet< T >::IdRemapping

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.

Member Function Documentation

template<class T>
exint UT_IndexedHashSet< T >::IdRemapping::entries ( ) const
inline

Find the number of entries in the map.

Definition at line 104 of file UT_IndexedHashSet.h.

template<class T>
UT_IndexedHashSetItemId UT_IndexedHashSet< T >::IdRemapping::newId ( UT_IndexedHashSetItemId  prev) const
inline

Query the new id associated with the previous id.

Definition at line 107 of file UT_IndexedHashSet.h.


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