HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_ConcurrentSet.h File Reference
#include "UT_API.h"
#include <SYS/SYS_Types.h>
#include <hboost/container_hash/hash.hpp>
#include <oneapi/tbb/concurrent_unordered_set.h>
#include <utility>
+ Include dependency graph for UT_ConcurrentSet.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

template<typename K , typename H = hboost::hash<K>, typename P = std::equal_to<K>, typename A = tbb::tbb_allocator<K>>
using UT_ConcurrentSet = tbb::concurrent_unordered_set< K, H, P, A >
 

Functions

template<typename K , typename H , typename E , typename A >
int64 UTgetMemoryUsage (const UT_ConcurrentSet< K, H, E, A > &set, const bool inclusive)
 

Typedef Documentation

template<typename K , typename H = hboost::hash<K>, typename P = std::equal_to<K>, typename A = tbb::tbb_allocator<K>>
using UT_ConcurrentSet = tbb::concurrent_unordered_set<K, H, P, A>

Definition at line 32 of file UT_ConcurrentSet.h.

Function Documentation

template<typename K , typename H , typename E , typename A >
int64 UTgetMemoryUsage ( const UT_ConcurrentSet< K, H, E, A > &  set,
const bool  inclusive 
)

Definition at line 37 of file UT_ConcurrentSet.h.