![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <SmallListSet.h>
Inheritance diagram for UE::Geometry::FSmallListSet::ValueIterator:Public Member Functions | |
| ValueIterator () | |
| int32 | operator* () const |
| const ValueIterator & | operator++ () |
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 FSmallListSet * | ListSet |
| int32 | ListIndex |
| int32 | block_ptr |
| int32 | N |
| int32 | iEnd |
| int32 | iCur |
| int32 | cur_ptr |
| int32 | cur_value |
ValueIterator iterates over the values of a small list
|
inline |
|
inlineprotected |
|
inline |
|
inline |
|
friend |