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

#include <StripedMap.h>

Public Member Functions

 FDebuggableExclusiveLock (FDebuggableMutex &InDebuggableMutex)
 
 ~FDebuggableExclusiveLock ()
 

Public Attributes

FDebuggableMutexDebuggableMutex
 
LockingPolicy::ExclusiveLockType InnerLock
 

Constructor & Destructor Documentation

◆ FDebuggableExclusiveLock()

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

◆ ~FDebuggableExclusiveLock()

template<int32 BucketCount, typename BaseMapType , typename KeyType , typename ValueType , typename SetAllocator , typename KeyFuncs , typename LockingPolicy >
TStripedMapBase< BucketCount, BaseMapType, KeyType, ValueType, SetAllocator, KeyFuncs, LockingPolicy >::FDebuggableExclusiveLock::~FDebuggableExclusiveLock ( )
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 >::FDebuggableExclusiveLock::DebuggableMutex

◆ InnerLock

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

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