ValueIterator

[ValueIterator](API\Plugins\GeometricObjects\Util\FSmallListSet\ValueIterator) iterates over the values of a small list An optional mapping function can be provided which will then be applied to the values returned by the * operator

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Public/Util/SmallListSet.h

Include

#include "Util/SmallListSet.h"

Syntax

class ValueIterator

Remarks

ValueIterator iterates over the values of a small list An optional mapping function can be provided which will then be applied to the values returned by the * operator

Variables

Name Description

Protected variable

int32

 

block_ptr

Protected variable

int32

 

cur_ptr

Protected variable

int32

 

cur_value

Protected variable

int32

 

iCur

Protected variable

int32

 

iEnd

Protected variable

int32

 

ListIndex

Protected variable

const FSmallLis...

 

ListSet

Protected variable

TFunction< int3...

 

MapFunc

Protected variable

int32

 

N

Constructors

Name Description

Public function

ValueIterator()

Protected function

ValueIterator

(
    const FSmallListSet* ListSetIn,
    int32 ListIndex,
    bool is_end,
    const TFunction< int32)>& Ma...
)

Functions

Name Description

Protected function

void

 

GotoNext()

Inline ValueIterator operator++(int32) { // postfix index_iterator copy(*this); this->GotoNext(); return copy;

Protected function

void

 

GotoNextOverflow()

Protected function

void

 

SetToEnd()

Operators

Name Description

Public function Const

bool

 

operator!=

(
    const ValueIterator& Other
)

Public function Const

int32

 

operator*()

Public function

const ValueI...

 

operator++()

Public function Const

bool

 

operator==

(
    const ValueIterator& Other
)

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