Diligent Engine
 
Loading...
Searching...
No Matches
WeakValueHashMap.hpp File Reference
#include <unordered_map>
#include <memory>
#include <mutex>
#include "../../Platforms/Basic/interface/DebugUtilities.hpp"

Classes

class  Diligent::WeakValueHashMap< KeyType, ValueType, Hasher, Keyeq >
 WeakValueHashMap is a thread-safe hash map that holds weak pointers to its values. More...
 
class  Diligent::WeakValueHashMap< KeyType, ValueType, Hasher, Keyeq >::ValueHandle
 ValueHandle is a handle to a value in the WeakValueHashMap. More...
 

Namespaces

namespace  Diligent
 Graphics engine namespace.
 

Detailed Description

Defines WeakValueHashMap class