TDoubleLinkedListIterator

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/List.h"

Syntax

template<class NodeType, class ElementType>
class TDoubleLinkedListIterator

Constructors

Name Description

Public function

TDoubleLinkedListIterator

(
    NodeType* StartingNode
)

Functions

Name Description

Public function Const

NodeType ...

 

GetNode()

Operators

Name Description

Public function

TDoubleLinke...

 

operator--()

Public function

TDoubleLinke...

 

operator--

(
    int
)

Public function Const

 

operator bool()

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

Public function Const

ElementType ...

 

operator*()

Public function

TDoubleLinke...

 

operator++()

Public function

TDoubleLinke...

 

operator++

(
    int
)

Public function Const

ElementType ...

 

operator->()

Accessors.

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