Navigation
API > API/Runtime > API/Runtime/Core
| Name | TDoubleLinkedListIterator |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/List.h |
| Include Path | #include "Containers/List.h" |
Syntax
template<class NodeType, class ElementType>
class TDoubleLinkedListIterator
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TDoubleLinkedListIterator
(
NodeType* StartingNode |
Containers/List.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CurrentNode | NodeType * | Containers/List.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
NodeType * GetNode() |
Containers/List.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TDoubleLinkedListIterator & operator--() |
Containers/List.h | ||
TDoubleLinkedListIterator operator--
(
int |
Containers/List.h | ||
operator bool() |
Conversion to "bool" returning true if the iterator is valid. | Containers/List.h | |
bool operator!=
(
const TDoubleLinkedListIterator& Rhs |
Containers/List.h | ||
ElementType & operator*() |
Containers/List.h | ||
TDoubleLinkedListIterator & operator++() |
Containers/List.h | ||
TDoubleLinkedListIterator operator++
(
int |
Containers/List.h | ||
bool operator==
(
const TDoubleLinkedListIterator& Rhs |
Containers/List.h | ||
ElementType & operator->() |
Accessors. | Containers/List.h |