TLinkedListIterator

Windows
MacOS
Linux

Inheritance Hierarchy

TLinkedListIteratorBase

TLinkedListIterator

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Containers/List.h

Include

#include "Containers/List.h"

Syntax

template<class ContainerType, class ElementType>
class TLinkedListIterator : public TLinkedListIteratorBase< ContainerType >

Constructors

Name Description

Public function

TLinkedListIterator

(
    ContainerType* FirstLink
)

Operators

Name Description

Public function Const

ElementType ...

 

operator*()

Public function Const

ElementType ...

 

operator->()

Accessors.

Typedefs

Name

Description

Super

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss