Navigation
API > API/Runtime > API/Runtime/Core
| Name | FIndexedPointer |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/LockFreeList.h |
| Include Path | #include "Containers/LockFreeList.h" |
Syntax
struct FIndexedPointer
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Ptrs | std::atomic< uint64 > | Containers/LockFreeList.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AdvanceCounterAndState
(
const FIndexedPointer& From, |
Containers/LockFreeList.h | ||
void AtomicRead
(
const FIndexedPointer& Other |
Containers/LockFreeList.h | ||
uint64 GetCounterAndState() |
Containers/LockFreeList.h | ||
uint32 GetPtr() |
Containers/LockFreeList.h | ||
uint64 GetState() |
Containers/LockFreeList.h | ||
void Init () |
This should only be used for FIndexedPointer's with no outstanding concurrency. | Containers/LockFreeList.h | |
bool InterlockedCompareExchange
(
const FIndexedPointer& Exchange, |
Containers/LockFreeList.h | ||
void SetAll
(
uint32 Ptr, |
Containers/LockFreeList.h | ||
void SetCounterAndState
(
uint64 To |
Containers/LockFreeList.h | ||
void SetPtr
(
uint32 To |
Containers/LockFreeList.h | ||
void SetState
(
uint64 Value |
Containers/LockFreeList.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FIndexedPointer& Other |
Containers/LockFreeList.h | ||
bool operator==
(
const FIndexedPointer& Other |
Containers/LockFreeList.h |