Navigation
API > API/Runtime > API/Runtime/Core
| Name | FLockFreePointerListLIFORoot |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/LockFreeList.h |
| Include Path | #include "Containers/LockFreeList.h" |
Syntax
template<int TPaddingForCacheContention, uint64 TABAInc>
class FLockFreePointerListLIFORoot
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Containers/LockFreeList.h | |||
| Containers/LockFreeList.h | |||
| Containers/LockFreeList.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| TDoublePtr | FLockFreeLinkPolicy::TDoublePtr | Containers/LockFreeList.h | |
| TLink | FLockFreeLinkPolicy::TLink | Containers/LockFreeList.h | |
| TLinkPtr | FLockFreeLinkPolicy::TLinkPtr | Containers/LockFreeList.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Head | TDoublePtr | Containers/LockFreeList.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
uint64 GetState() |
Containers/LockFreeList.h | ||
bool IsEmpty() |
Containers/LockFreeList.h | ||
TLinkPtr Pop() |
Containers/LockFreeList.h | ||
TLinkPtr PopAll() |
Containers/LockFreeList.h | ||
TLinkPtr PopAllAndChangeState
(
TFunctionRef< uint64(uint64)> StateChange |
Containers/LockFreeList.h | ||
void Push
(
TLinkPtr Item |
Containers/LockFreeList.h | ||
bool PushIf
(
TFunctionRef< TLinkPtr(uint64)> AllocateIfOkToPush |
Containers/LockFreeList.h | ||
void Reset() |
Containers/LockFreeList.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Containers/LockFreeList.h | |||
| Containers/LockFreeList.h |