Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers
Inheritance Hierarchy
- FLockFreePointerListLIFOBase
- TClosableLockFreePointerListUnorderedSingleConsumer
- TLockFreePointerListLIFOPad
- TLockFreePointerListLIFO
- TLockFreePointerListUnordered
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 FLockFreePointerListLIFOBase
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| uint64 | GetState () |
||
| bool | IsEmpty () |
||
| T * | Pop () |
||
| void | |||
| void | PopAllAndChangeState
(
TArray< T* >& OutArray, |
||
| void | Push
(
T* InPayload |
||
| bool | PushIf
(
T* InPayload, |
||
| void | Reset () |
Typedefs
| Name | Description |
|---|---|
| TDoublePtr | |
| TLink | |
| TLinkPtr |