Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FAAArrayQueue
| |
|
| Name |
Node |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/Core/Public/Experimental/Containers/FAAArrayQueue.h |
| Include Path |
#include "Experimental/Containers/FAAArrayQueue.h" |
Syntax
struct Node
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
Start with the first entry pre-filled and enqidx at 1. |
Experimental/Containers/FAAArrayQueue.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| deqidx |
std::atomic< int > |
|
Experimental/Containers/FAAArrayQueue.h |
|
| enqidx |
std::atomic< int > |
|
Experimental/Containers/FAAArrayQueue.h |
|
| items |
std::atomic< T * > |
|
Experimental/Containers/FAAArrayQueue.h |
|
| next |
std::atomic< Node * > |
|
Experimental/Containers/FAAArrayQueue.h |
|
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
bool casNext
(
Node* cmp,
Node* val
)
|
|
Experimental/Containers/FAAArrayQueue.h |
|