TLinkedListIteratorBase

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Core

Header

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

Include

#include "Containers/List.h"

Syntax

template<class ContainerType>
class TLinkedListIteratorBase

Variables

Name Description

Protected variable

ContainerType &...

 

CurrentLink

Constructors

Name Description

Public function

TLinkedListIteratorBase

(
    ContainerType* FirstLink
)

Functions

Name Description

Public function

void

 

Next()

Advances the iterator to the next element.

Operators

Name Description

Public function Const

 

operator bool()

Conversion to "bool" returning true if the iterator is valid.

Public function

TLinkedListI...

 

operator++()

Public function

TLinkedListI...

 

operator++

(
    int
)

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