Navigation
API > API/Runtime > API/Runtime/Core
| Name | TLinkedListIterator |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/List.h |
| Include Path | #include "Containers/List.h" |
Syntax
template<class ContainerType, class ElementType>
class TLinkedListIterator : public TLinkedListIteratorBase< ContainerType >
Inheritance Hierarchy
- TLinkedListIteratorBase → TLinkedListIterator
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TLinkedListIterator
(
ContainerType* FirstLink |
Containers/List.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | TLinkedListIteratorBase< ContainerType > | Containers/List.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ElementType & operator*() |
Containers/List.h | ||
ElementType & operator->() |
Accessors. | Containers/List.h |