Navigation
API > API/Runtime > API/Runtime/Core
| Name | TIntrusiveLinkedListIterator |
| 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 TIntrusiveLinkedListIterator : public TLinkedListIteratorBase< ElementType >
Inheritance Hierarchy
- TLinkedListIteratorBase → TIntrusiveLinkedListIterator
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TIntrusiveLinkedListIterator
(
ElementType* FirstLink |
Containers/List.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | TLinkedListIteratorBase< ElementType > | Containers/List.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ElementType & operator*() |
Containers/List.h | ||
ElementType & operator->() |
Accessors. | Containers/List.h |