UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TStripedMapBase< BucketCount, BaseMapType, KeyType, ValueType, SetAllocator, KeyFuncs, LockingPolicy >::FDebuggableSharedLock Struct Reference

#include <StripedMap.h>

Public Member Functions

 FDebuggableSharedLock (FDebuggableMutex &InDebuggableMutex)
 
 ~FDebuggableSharedLock ()
 

Public Attributes

FDebuggableMutexDebuggableMutex
 
LockingPolicy::SharedLockType InnerLock
 

Constructor & Destructor Documentation

◆ FDebuggableSharedLock()

template<int32 BucketCount, typename BaseMapType , typename KeyType , typename ValueType , typename SetAllocator , typename KeyFuncs , typename LockingPolicy >
TStripedMapBase< BucketCount, BaseMapType, KeyType, ValueType, SetAllocator, KeyFuncs, LockingPolicy >::FDebuggableSharedLock::FDebuggableSharedLock ( FDebuggableMutex InDebuggableMutex)
inline

◆ ~FDebuggableSharedLock()

template<int32 BucketCount, typename BaseMapType , typename KeyType , typename ValueType , typename SetAllocator , typename KeyFuncs , typename LockingPolicy >
TStripedMapBase< BucketCount, BaseMapType, KeyType, ValueType, SetAllocator, KeyFuncs, LockingPolicy >::FDebuggableSharedLock::~FDebuggableSharedLock ( )
inline

Member Data Documentation

◆ DebuggableMutex

template<int32 BucketCount, typename BaseMapType , typename KeyType , typename ValueType , typename SetAllocator , typename KeyFuncs , typename LockingPolicy >
FDebuggableMutex& TStripedMapBase< BucketCount, BaseMapType, KeyType, ValueType, SetAllocator, KeyFuncs, LockingPolicy >::FDebuggableSharedLock::DebuggableMutex

◆ InnerLock

template<int32 BucketCount, typename BaseMapType , typename KeyType , typename ValueType , typename SetAllocator , typename KeyFuncs , typename LockingPolicy >
LockingPolicy::SharedLockType TStripedMapBase< BucketCount, BaseMapType, KeyType, ValueType, SetAllocator, KeyFuncs, LockingPolicy >::FDebuggableSharedLock::InnerLock

The documentation for this struct was generated from the following file: