HDK
|
#include <UT_IndexedHashMapT.h>
Public Member Functions | |
UT_IndexedHashMapItemKeyContainer (const KEY &k) | |
UT_IndexedHashMapItemKeyContainer (const UT_IndexedHashMapItemKeyContainer &i) | |
~UT_IndexedHashMapItemKeyContainer () | |
UT_IndexedHashMapItemKeyContainer & | operator= (const UT_IndexedHashMapItemKeyContainer &src) |
const KEY & | getKey () const |
bool | operator< (const UT_IndexedHashMapItemKeyContainer &i) const |
Convenience class for items which just reference their keys. That is, if all the information is available on the key, the item class can be a simple key container.
The class has a method that allows for deferred creation given the key reference.
Definition at line 30 of file UT_IndexedHashMapT.h.
|
inline |
Definition at line 33 of file UT_IndexedHashMapT.h.
|
inline |
Definition at line 37 of file UT_IndexedHashMapT.h.
|
inline |
Definition at line 41 of file UT_IndexedHashMapT.h.
|
inline |
Definition at line 50 of file UT_IndexedHashMapT.h.
|
inline |
Definition at line 51 of file UT_IndexedHashMapT.h.
|
inline |
Definition at line 44 of file UT_IndexedHashMapT.h.