Navigation
API > API/Runtime > API/Runtime/Core
| Name | FLockFreePointerFIFOBase |
| 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 FLockFreePointerFIFOBase
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Containers/LockFreeList.h | |||
| Containers/LockFreeList.h | |||
FLockFreePointerFIFOBase
(
const FLockFreePointerFIFOBase& |
Containers/LockFreeList.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FLockFreePointerFIFOBase() |
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 | ||
| Tail | TDoublePtr | Containers/LockFreeList.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsEmpty() |
Containers/LockFreeList.h | ||
T * Pop() |
Containers/LockFreeList.h | ||
void PopAll
(
ContainerType& OutContainer |
Containers/LockFreeList.h | ||
void Push
(
T* InPayload |
Containers/LockFreeList.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FLockFreePointerFIFOBase & operator=
(
const FLockFreePointerFIFOBase& |
Containers/LockFreeList.h | ||
| Containers/LockFreeList.h |