Navigation
API > API/Runtime > API/Runtime/Core
| Name | FLockFreePointerListLIFOBase |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/LockFreeList.h |
| Include Path | #include "Containers/LockFreeList.h" |
Syntax
template<class T, int TPaddingForCacheContention, uint64 TABAInc>
class FLockFreePointerListLIFOBase
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Containers/LockFreeList.h | |||
| Containers/LockFreeList.h | |||
| Containers/LockFreeList.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FLockFreePointerListLIFOBase() |
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 |
|---|---|---|---|---|
| RootList | FLockFreePointerListLIFORoot< TPaddingForCacheContention, TABAInc > | Containers/LockFreeList.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
uint64 GetState() |
Containers/LockFreeList.h | ||
bool IsEmpty() |
Containers/LockFreeList.h | ||
T * Pop() |
Containers/LockFreeList.h | ||
void PopAll
(
ContainerType& OutContainer |
Containers/LockFreeList.h | ||
void PopAllAndApply
(
FunctorType InFunctor |
Containers/LockFreeList.h | ||
void PopAllAndChangeState
(
ContainerType& OutContainer, |
Containers/LockFreeList.h | ||
void Push
(
T* InPayload |
Containers/LockFreeList.h | ||
bool PushIf
(
T* InPayload, |
Containers/LockFreeList.h | ||
void Reset() |
Containers/LockFreeList.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Containers/LockFreeList.h | |||
| Containers/LockFreeList.h |