UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Geometry::FSmallListSet::ValueIterator Class Reference

#include <SmallListSet.h>

+ Inheritance diagram for UE::Geometry::FSmallListSet::ValueIterator:

Public Member Functions

 ValueIterator ()
 
int32 operator* () const
 
const ValueIteratoroperator++ ()
 
- Public Member Functions inherited from UE::Geometry::FSmallListSet::BaseValueIterator
 BaseValueIterator ()
 
bool operator== (const BaseValueIterator &Other) const
 
bool operator!= (const BaseValueIterator &Other) const
 

Protected Member Functions

 ValueIterator (const FSmallListSet *ListSetIn, int32 ListIndex, bool is_end)
 
- Protected Member Functions inherited from UE::Geometry::FSmallListSet::BaseValueIterator
void GotoNext ()
 
void GotoNextOverflow ()
 
 BaseValueIterator (const FSmallListSet *ListSetIn, int32 ListIndex, bool is_end)
 
void SetToEnd ()
 

Friends

class FSmallListSet
 

Additional Inherited Members

- Protected Attributes inherited from UE::Geometry::FSmallListSet::BaseValueIterator
const FSmallListSetListSet
 
int32 ListIndex
 
int32 block_ptr
 
int32 N
 
int32 iEnd
 
int32 iCur
 
int32 cur_ptr
 
int32 cur_value
 

Detailed Description

ValueIterator iterates over the values of a small list

Constructor & Destructor Documentation

◆ ValueIterator() [1/2]

UE::Geometry::FSmallListSet::ValueIterator::ValueIterator ( )
inline

◆ ValueIterator() [2/2]

UE::Geometry::FSmallListSet::ValueIterator::ValueIterator ( const FSmallListSet ListSetIn,
int32  ListIndex,
bool  is_end 
)
inlineprotected

Member Function Documentation

◆ operator*()

int32 UE::Geometry::FSmallListSet::ValueIterator::operator* ( ) const
inline

◆ operator++()

const ValueIterator & UE::Geometry::FSmallListSet::ValueIterator::operator++ ( )
inline

Friends And Related Symbol Documentation

◆ FSmallListSet

friend class FSmallListSet
friend

The documentation for this class was generated from the following file: