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