FLockFreePointerFIFOBase

Windows
MacOS
Linux

Inheritance Hierarchy

FNoncopyable

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 : public FNoncopyable

Constructors

Name Description

Public function

FLockFreePointerFIFOBase()

Functions

Name Description

Public function Const

bool

 

IsEmpty()

Public function

T *

 

Pop()

Public function

void

 

PopAll

(
    TArray< T* >& OutArray
)

Public function

void

 

Push

(
    T* InPayload
)

Typedefs

Name

Description

TDoublePtr

TLink

TLinkPtr

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss