FLockFreePointerListLIFORoot

Windows
MacOS
Linux

Inheritance Hierarchy

FNoncopyable

FLockFreePointerListLIFORoot

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Containers/LockFreeList.h

Include

#include "Containers/LockFreeList.h"

Syntax

template<int TPaddingForCacheContention, uint64 TABAInc>
class FLockFreePointerListLIFORoot : public FNoncopyable

Constructors

Functions

Name Description

Public function Const

uint64

 

GetState()

Public function Const

bool

 

IsEmpty()

Public function

TLinkPtr

 

Pop()

Public function

TLinkPtr

 

PopAll()

Public function

TLinkPtr

 

PopAllAndChangeState

(
    TFunctionRef< uint64)> State...
)

Public function

void

 

Push

(
    TLinkPtr Item
)

Public function

bool

 

PushIf

(
    TFunctionRef< TLinkPtr(uint64)> All...
)

Public function

void

 

Reset()

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