HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ut_IndexedHashMapDeferItemAlloc< KEY, ITEM > Class Template Reference

#include <UT_IndexedHashMapT.h>

Static Public Member Functions

static
UT_IndexedHashMap::InternalItemT
newItem (const UT_IndexedHashMap::InternalKeyT *key)
 

Detailed Description

template<typename KEY, typename ITEM>
class ut_IndexedHashMapDeferItemAlloc< KEY, ITEM >

For ITEM objects which support a deferred constructor (for example, the key container item), this can be used as a simple deferred allocator.

Definition at line 78 of file UT_IndexedHashMapT.h.

Member Function Documentation

template<typename KEY , typename ITEM >
static UT_IndexedHashMap::InternalItemT* ut_IndexedHashMapDeferItemAlloc< KEY, ITEM >::newItem ( const UT_IndexedHashMap::InternalKeyT key)
inlinestatic

Definition at line 83 of file UT_IndexedHashMapT.h.


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