Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/TUTF8String
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TUTF8String () |
uLang/Common/Text/UTF8String.h | ||
TUTF8String
(
const TUTF8String& Other |
uLang/Common/Text/UTF8String.h | ||
TUTF8String
(
TUTF8String&& Other |
uLang/Common/Text/UTF8String.h | ||
TUTF8String
(
ENoInit |
uLang/Common/Text/UTF8String.h | ||
TUTF8String
(
const char* NullTerminatedString, |
TUTF8String Inline Methods. | uLang/Common/Text/UTF8String.h | |
TUTF8String
(
const CUTF8StringView& StringView, |
uLang/Common/Text/UTF8String.h | ||
TUTF8String
(
const TUTF8String< OtherAllocatorType, OtherAllocatorArgsType... >& Other, |
uLang/Common/Text/UTF8String.h | ||
ULANG_FORCEINLINE TUTF8String
(
const TUTF8String< OtherAllocatorType, OtherAllocatorArgsType... >& Other, |
uLang/Common/Text/UTF8String.h | ||
TUTF8String
(
ENoInit, |
uLang/Common/Text/UTF8String.h | ||
TUTF8String
(
AllocatorArgsType&&... AllocatorArgs, |
uLang/Common/Text/UTF8String.h | ||
TUTF8String
(
AllocatorArgsType&&... AllocatorArgs, |
uLang/Common/Text/UTF8String.h | ||
TUTF8String
(
size_t ByteLength, |
uLang/Common/Text/UTF8String.h | ||
ULANG_FORCEINLINE TUTF8String
(
AllocatorArgsType&&... AllocatorArgs, |
uLang/Common/Text/UTF8String.h | ||
ULANG_FORCEINLINE TUTF8String
(
size_t ByteLength, |
uLang/Common/Text/UTF8String.h |
TUTF8String()
| Name | TUTF8String |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Text/UTF8String.h |
| Include Path | #include "uLang/Common/Text/UTF8String.h" |
TUTF8String()
TUTF8String(const TUTF8String &)
| Name | TUTF8String |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Text/UTF8String.h |
| Include Path | #include "uLang/Common/Text/UTF8String.h" |
TUTF8String
(
const TUTF8String & Other
)
TUTF8String(TUTF8String &&)
| Name | TUTF8String |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Text/UTF8String.h |
| Include Path | #include "uLang/Common/Text/UTF8String.h" |
TUTF8String
(
TUTF8String && Other
)
TUTF8String(ENoInit)
| Name | TUTF8String |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Text/UTF8String.h |
| Include Path | #include "uLang/Common/Text/UTF8String.h" |
TUTF8String
(
ENoInit
)
TUTF8String(const char *, AllocatorArgsType &&...)
Description
TUTF8String Inline Methods.
| Name | TUTF8String |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Text/UTF8String.h |
| Include Path | #include "uLang/Common/Text/UTF8String.h" |
TUTF8String
(
const char * NullTerminatedString,
AllocatorArgsType &&... AllocatorArgs
)
TUTF8String(const CUTF8StringView &, AllocatorArgsType &&...)
| Name | TUTF8String |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Text/UTF8String.h |
| Include Path | #include "uLang/Common/Text/UTF8String.h" |
TUTF8String
(
const CUTF8StringView & StringView,
AllocatorArgsType &&... AllocatorArgs
)
TUTF8String(const TUTF8String< OtherAllocatorType, OtherAllocatorArgsType... > &, AllocatorArgsType &&...)
| Name | TUTF8String |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Text/UTF8String.h |
| Include Path | #include "uLang/Common/Text/UTF8String.h" |
template<class OtherAllocatorType, typename... OtherAllocatorArgsType>
TUTF8String
(
const TUTF8String < OtherAllocatorType, OtherAllocatorArgsType... > & Other,
AllocatorArgsType &&... AllocatorArgs
)
TUTF8String(const TUTF8String< OtherAllocatorType, OtherAllocatorArgsType... > &, AllocatorArgsType &&...)
| Name | TUTF8String |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Text/UTF8String.h |
| Include Path | #include "uLang/Common/Text/UTF8String.h" |
template<class OtherAllocatorType, typename... OtherAllocatorArgsType>
ULANG_FORCEINLINE TUTF8String
(
const TUTF8String < OtherAllocatorType, OtherAllocatorArgsType... > & Other,
AllocatorArgsType &&... AllocatorArgs
)
TUTF8String(ENoInit, const AllocatorType &)
| Name | TUTF8String |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Text/UTF8String.h |
| Include Path | #include "uLang/Common/Text/UTF8String.h" |
TUTF8String
(
ENoInit ,
const AllocatorType & Allocator
)
TUTF8String(AllocatorArgsType &&..., const char *, FormatterArgsType &&...)
| Name | TUTF8String |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Text/UTF8String.h |
| Include Path | #include "uLang/Common/Text/UTF8String.h" |
template<typename... FormatterArgsType>
TUTF8String
(
AllocatorArgsType &&... AllocatorArgs,
const char * NullTerminatedFormat,
FormatterArgsType &&... FormatterArgs
)
TUTF8String(AllocatorArgsType &&..., const char *, va_list)
| Name | TUTF8String |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Text/UTF8String.h |
| Include Path | #include "uLang/Common/Text/UTF8String.h" |
TUTF8String
(
AllocatorArgsType &&... AllocatorArgs,
const char * NullTerminatedFormat,
va_list FormatterArgs
)
TUTF8String(size_t, InitializerFunctorType &&, AllocatorArgsType &&...)
| Name | TUTF8String |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Text/UTF8String.h |
| Include Path | #include "uLang/Common/Text/UTF8String.h" |
template<typename InitializerFunctorType>
TUTF8String
(
size_t ByteLength,
InitializerFunctorType && InitializerFunctor,
AllocatorArgsType &&... AllocatorArgs
)
TUTF8String(AllocatorArgsType &&..., const char *, FormatterArgsType &&...)
| Name | TUTF8String |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Text/UTF8String.h |
| Include Path | #include "uLang/Common/Text/UTF8String.h" |
template<typename... FormatterArgsType>
ULANG_FORCEINLINE TUTF8String
(
AllocatorArgsType &&... AllocatorArgs,
const char * NullTerminatedFormat,
FormatterArgsType &&... FormatterArgs
)
TUTF8String(size_t, InitializerFunctorType &&, AllocatorArgsType &&...)
| Name | TUTF8String |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Text/UTF8String.h |
| Include Path | #include "uLang/Common/Text/UTF8String.h" |
template<typename InitializerFunctorType>
ULANG_FORCEINLINE TUTF8String
(
size_t ByteLength,
InitializerFunctorType && InitializerFunctor,
AllocatorArgsType &&... AllocatorArgs
)