Navigation
API > API/Runtime > API/Runtime/Core
| Name | TLinkedListIteratorBase |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/List.h |
| Include Path | #include "Containers/List.h" |
Syntax
template<class ContainerType>
class TLinkedListIteratorBase
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TLinkedListIteratorBase
(
ContainerType* FirstLink |
Containers/List.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Next() |
Advances the iterator to the next element. | Containers/List.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator bool() |
Conversion to "bool" returning true if the iterator is valid. | Containers/List.h | |
bool operator!=
(
const TLinkedListIteratorBase& Rhs |
Containers/List.h | ||
TLinkedListIteratorBase & operator++() |
Containers/List.h | ||
TLinkedListIteratorBase operator++
(
int |
Containers/List.h | ||
bool operator==
(
const TLinkedListIteratorBase& Rhs |
Containers/List.h |