Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers
Inheritance Hierarchy
- FLockFreePointerFIFOBase
- TLockFreePointerListFIFO
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/LockFreeList.h |
| Include | #include "Containers/LockFreeList.h" |
Syntax
template<class T, int TPaddingForCacheContention, uint64 TABAInc>
class FLockFreePointerFIFOBase
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsEmpty () |
||
| T * | Pop () |
||
| void | PopAll
(
ContainerType& OutContainer |
||
| void | Push
(
T* InPayload |
Typedefs
| Name | Description |
|---|---|
| TDoublePtr | |
| TLink | |
| TLinkPtr |