Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/CUTF8StringView
| Name | UnicodeConstIterator |
| Type | class |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Text/UTF8StringView.h |
| Include Path | #include "uLang/Common/Text/UTF8StringView.h" |
Syntax
class UnicodeConstIterator
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ULANG_FORCEINLINE UnicodeConstIterator
(
const UTF8Char* CurrentByte, |
uLang/Common/Text/UTF8StringView.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _CurrentByte | const UTF8Char * | uLang/Common/Text/UTF8StringView.h | ||
| _CurrentByteLen | size_t | uLang/Common/Text/UTF8StringView.h | ||
| _CurrentValue | SUniCodePointLength | uLang/Common/Text/UTF8StringView.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ULANG_FORCEINLINE const UTF8Char * CurrentByte() |
uLang/Common/Text/UTF8StringView.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ULANG_FORCEINLINE bool operator!=
(
const UnicodeConstIterator& Other |
uLang/Common/Text/UTF8StringView.h | ||
ULANG_FORCEINLINEUniCodePoint operator*() |
uLang/Common/Text/UTF8StringView.h | ||
ULANG_FORCEINLINEUnicodeConstIterator operator++
(
int |
uLang/Common/Text/UTF8StringView.h | ||
ULANG_FORCEINLINEUnicodeConstIterator & operator++() |
uLang/Common/Text/UTF8StringView.h | ||
ULANG_FORCEINLINE bool operator==
(
const UnicodeConstIterator& Other |
uLang/Common/Text/UTF8StringView.h |