HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_IndexedHashMap.h File Reference
#include "UT_API.h"
#include <SYS/SYS_AtomicInt.h>
#include "UT_Assert.h"
#include "UT_Array.h"
#include "UT_VectorTypes.h"
#include "UT_ConcurrentHashMap.h"
#include "UT_ConcurrentVector.h"
#include "UT_ConcurrentQueue.h"
+ Include dependency graph for UT_IndexedHashMap.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  UT_IndexedHashMap
 A thread-safe hash map which stores indexed shared items. More...
 
class  UT_IndexedHashMap::IdRemapping
 
class  UT_IndexedHashMap::itemContainer
 
class  UT_IndexedHashMap::keyContainer
 
class  UT_IndexedHashMap::listContainer
 
class  UT_IndexedHashMap::keyCompare
 
class  UT_IndexedHashMap::itemCompare
 
class  UT_IndexedHashMap::unsafe_listiterator
 
class  UT_IndexedHashMap::unsafe_iterator
 Iterate over items in the map - this is arbitrary order. More...
 

Typedefs

typedef int UT_IndexedHashMapItemId
 Each item in the shared map is assigned a unique id. More...
 

Typedef Documentation

Each item in the shared map is assigned a unique id.

Definition at line 24 of file UT_IndexedHashMap.h.