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

Go to the source code of this file.

Classes

class  UT::detail::HashCompare< Key >
 

Namespaces

 UT::detail
 

Typedefs

template<typename K , typename T , typename H = UT::detail::HashCompare<K>, typename A = tbb::tbb_allocator<std::pair<const K, T>>>
using UT_ConcurrentHashMap = tbb::concurrent_hash_map< K, T, H, A >
 

Functions

template<typename K , typename V , typename H , typename A >
int64 UTgetMemoryUsage (const UT_ConcurrentHashMap< K, V, H, A > &map, const bool inclusive)
 

Typedef Documentation

template<typename K , typename T , typename H = UT::detail::HashCompare<K>, typename A = tbb::tbb_allocator<std::pair<const K, T>>>
using UT_ConcurrentHashMap = tbb::concurrent_hash_map<K, T, H, A>

Definition at line 53 of file UT_ConcurrentHashMap.h.

Function Documentation

template<typename K , typename V , typename H , typename A >
int64 UTgetMemoryUsage ( const UT_ConcurrentHashMap< K, V, H, A > &  map,
const bool  inclusive 
)

Definition at line 57 of file UT_ConcurrentHashMap.h.