Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
TStringView< CharType > Member List

This is the complete list of members for TStringView< CharType >, including all inherited members.

begin() constTStringView< CharType >inline
Compare(OtherRangeType &&Other, ESearchCase::Type SearchCase=ESearchCase::CaseSensitive) constTStringView< CharType >inline
Compare(TStringView< OtherCharType > Other, ESearchCase::Type SearchCase=ESearchCase::CaseSensitive) constTStringView< CharType >inline
Compare(const OtherCharType *Other, ESearchCase::Type SearchCase=ESearchCase::CaseSensitive) constTStringView< CharType >inline
Contains(ViewType Search) constTStringView< CharType >inline
CopyString(CharType *Dest, int32 CharCount, int32 Position=0) constTStringView< CharType >inline
DataPtrTStringView< CharType >protected
ElementType typedefTStringView< CharType >
end() constTStringView< CharType >inline
EndsWith(CharType Suffix) constTStringView< CharType >inline
EndsWith(ViewType Suffix, ESearchCase::Type SearchCase=ESearchCase::IgnoreCase) constTStringView< CharType >inline
Equals(OtherRangeType &&Other, ESearchCase::Type SearchCase=ESearchCase::CaseSensitive) constTStringView< CharType >inline
Equals(const OtherCharType *Other, ESearchCase::Type SearchCase=ESearchCase::CaseSensitive) constTStringView< CharType >inline
Find(ViewType Search, int32 StartPosition=0) constTStringView< CharType >inline
FindChar(CharType Search, int32 &OutIndex) constTStringView< CharType >inline
FindLastChar(CharType Search, int32 &OutIndex) constTStringView< CharType >inline
GetData() constTStringView< CharType >inline
GetNumTStringView< CharType >friend
GetTypeHashTStringView< CharType >friend
IsEmpty() constTStringView< CharType >inline
IsValidIndex(int32 Index) constTStringView< CharType >inline
Left(int32 CharCount) constTStringView< CharType >inline
LeftChop(int32 CharCount) constTStringView< CharType >inline
LeftChopInline(int32 CharCount)TStringView< CharType >inline
LeftInline(int32 CharCount)TStringView< CharType >inline
Len() constTStringView< CharType >inline
Mid(int32 Position, int32 CharCount=MAX_int32) constTStringView< CharType >inline
MidInline(int32 Position, int32 CharCount=MAX_int32)TStringView< CharType >inline
operator!=TStringView< CharType >friend
operator!=TStringView< CharType >friend
operator!=TStringView< CharType >friend
operator!=TStringView< CharType >friend
operator!=TStringView< CharType >friend
operator<TStringView< CharType >friend
operator<TStringView< CharType >friend
operator<TStringView< CharType >friend
operator==TStringView< CharType >friend
operator==TStringView< CharType >friend
operator==TStringView< CharType >friend
operator==TStringView< CharType >friend
operator==TStringView< CharType >friend
operator[](int32 Index) constTStringView< CharType >inline
PrivateEquals(TStringView Lhs, const CharType *Rhs)TStringView< CharType >inlineprivatestatic
PrivateEquals(TStringView Lhs, TStringView Rhs)TStringView< CharType >inlineprivatestatic
PrivateLess(TStringView Lhs, TStringView Rhs)TStringView< CharType >inlineprivatestatic
RemovePrefix(int32 CharCount)TStringView< CharType >inline
RemoveSuffix(int32 CharCount)TStringView< CharType >inline
Reset()TStringView< CharType >inline
Right(int32 CharCount) constTStringView< CharType >inline
RightChop(int32 CharCount) constTStringView< CharType >inline
RightChopInline(int32 CharCount)TStringView< CharType >inline
RightInline(int32 CharCount)TStringView< CharType >inline
SizeTStringView< CharType >protected
StartsWith(CharType Prefix) constTStringView< CharType >inline
StartsWith(ViewType Prefix, ESearchCase::Type SearchCase=ESearchCase::IgnoreCase) constTStringView< CharType >inline
SubStr(int32 Position, int32 CharCount) constTStringView< CharType >inline
TrimEnd() constTStringView< CharType >inline
TrimEndInline()TStringView< CharType >inline
TrimStart() constTStringView< CharType >inline
TrimStartAndEnd() constTStringView< CharType >inline
TrimStartAndEndInline()TStringView< CharType >inline
TrimStartInline()TStringView< CharType >inline
TStringView()=defaultTStringView< CharType >
TStringView(const CharType *InData UE_LIFETIMEBOUND)TStringView< CharType >inline
TStringView(const CharType *InData UE_LIFETIMEBOUND, int32 InSize)TStringView< CharType >inline
TStringView(const OtherCharType *InData UE_LIFETIMEBOUND)TStringView< CharType >inline
TStringView(const OtherCharType *InData UE_LIFETIMEBOUND, int32 InSize)TStringView< CharType >inline
TStringView(const CharRangeType &InRange UE_LIFETIMEBOUND)TStringView< CharType >inline
ViewType typedefTStringView< CharType >