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

Go to the source code of this file.

Classes

class  UT_IndexedHashSet< T >
 A thread-safe hash map which stores indexed shared items. More...
 
class  UT_IndexedHashSet< T >::IdRemapping
 
class  UT_IndexedHashSet< T >::IdAndRefCount
 
class  UT_IndexedHashSet< T >::keyHasher
 
class  UT_IndexedHashSet< T >::unsafe_listiterator
 
class  UT_IndexedHashSet< T >::unsafe_iterator
 Iterate over items in the map - this is arbitrary order. More...
 

Macros

#define __UT_IndexedHashSet__
 

Typedefs

typedef exint UT_IndexedHashSetItemId
 Each item in the shared map is assigned a unique id. More...
 

Macro Definition Documentation

#define __UT_IndexedHashSet__

Definition at line 14 of file UT_IndexedHashSet.h.

Typedef Documentation

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

Definition at line 26 of file UT_IndexedHashSet.h.