HDK
|
#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>
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... | |
#define __UT_IndexedHashSet__ |
Definition at line 14 of file UT_IndexedHashSet.h.
typedef exint UT_IndexedHashSetItemId |
Each item in the shared map is assigned a unique id.
Definition at line 26 of file UT_IndexedHashSet.h.