BaseIterator

Iterators base iterator for indices with valid refcount (skips zero-refcount indices)

Windows
MacOS
Linux

Inheritance Hierarchy

FRefCountVector::BaseIterator

FRefCountVector::IndexIterator

References

Module

GeometricObjects

Header

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

Include

#include "Util/RefCountVector.h"

Syntax

class BaseIterator

Remarks

Iterators base iterator for indices with valid refcount (skips zero-refcount indices)

Variables

Name Description

Protected variable

int

 

Index

Protected variable

int

 

LastIndex

Protected variable

const FRefCount...

 

Vector

Constructors

Name Description

Public function

BaseIterator()

Protected function

BaseIterator

(
    const FRefCountVector* VectorI...,
    int IndexIn,
    int LastIn
)

Functions

Name Description

Protected function

void

 

goto_next()

Operators

Name Description

Public function Const

bool

 

operator!=

(
    const BaseIterator& Other
)

Public function Const

bool

 

operator==

(
    const BaseIterator& 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