Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/IntrusiveDoubleLinkedList.h |
| Include | #include "Containers/IntrusiveDoubleLinkedList.h" |
Syntax
template<class NodeType>
class TIntrusiveDoubleLinkedListIterator
Remarks
Iterator for intrusive double linked list.
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| ElementType * | GetNode () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| TIntrusiveDoubleLinkedListIterator & | operator-- () |
||
| TIntrusiveDoubleLinkedListIterator | operator--
(
int |
||
| bool | operator!=
(
const TIntrusiveDoubleLinkedListIterator& Other |
||
| ElementType & | operator* () |
||
| TIntrusiveDoubleLinkedListIterator & | operator++ () |
||
| TIntrusiveDoubleLinkedListIterator | operator++
(
int |
||
| bool | operator==
(
const TIntrusiveDoubleLinkedListIterator& Other |
||
| ElementType & | operator-> () |
Accessors. |
Typedefs
| Name | Description |
|---|---|
| ElementType |