Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/TSPtrArrayG
STL-like iterator to enable range-based for loop support.
| Name | Iterator |
| Type | class |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/SharedPointerArray.h |
| Include Path | #include "uLang/Common/Containers/SharedPointerArray.h" |
Syntax
class Iterator
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ULANG_FORCEINLINE Iterator () |
uLang/Common/Containers/SharedPointerArray.h | ||
ULANG_FORCEINLINE Iterator
(
ElementType*const* Item, |
uLang/Common/Containers/SharedPointerArray.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ULANG_FORCEINLINE ~Iterator() |
uLang/Common/Containers/SharedPointerArray.h |
Functions
Public
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ULANG_FORCEINLINEPointerType & Ptr() |
uLang/Common/Containers/SharedPointerArray.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ULANG_FORCEINLINEIterator & operator--() |
uLang/Common/Containers/SharedPointerArray.h | ||
ULANG_FORCEINLINEIterator operator--
(
int |
uLang/Common/Containers/SharedPointerArray.h | ||
ULANG_FORCEINLINE bool operator!=
(
const Iterator& Other |
uLang/Common/Containers/SharedPointerArray.h | ||
ULANG_FORCEINLINE const PointerType & operator*() |
uLang/Common/Containers/SharedPointerArray.h | ||
ULANG_FORCEINLINEIterator & operator++() |
uLang/Common/Containers/SharedPointerArray.h | ||
ULANG_FORCEINLINEIterator operator++
(
int |
uLang/Common/Containers/SharedPointerArray.h | ||
ULANG_FORCEINLINE bool operator==
(
const Iterator& Other |
uLang/Common/Containers/SharedPointerArray.h | ||
ULANG_FORCEINLINE const ElementType * operator->() |
uLang/Common/Containers/SharedPointerArray.h |