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

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

AddUninitialized(int32 InCount)TStringBuilderBase< CharType >inline
AllocBuffer(SIZE_T CharCount)TStringBuilderBase< CharType >protected
Append(const OtherCharType *const String, const int32 Length)TStringBuilderBase< CharType >inline
Append(CharRangeType &&Range) -> decltype(Append(MakeStringView(Forward< CharRangeType >(Range)).GetData(), int32(0)))TStringBuilderBase< CharType >inline
Append(AppendedCharType Char)TStringBuilderBase< CharType >inline
AppendAnsi(const FAnsiStringView String)TStringBuilderBase< CharType >inline
AppendAnsi(const ANSICHAR *const String)TStringBuilderBase< CharType >inline
AppendAnsi(const ANSICHAR *const String, const int32 Length)TStringBuilderBase< CharType >inline
AppendChar(AppendedCharType Char)TStringBuilderBase< CharType >inline
Appendf(const FmtType &Fmt, Types... Args)TStringBuilderBase< CharType >inline
AppendfImpl(BuilderType &Self, const CharType *Fmt,...)TStringBuilderBase< CharType >privatestatic
AppendV(const CharType *Fmt, va_list Args)TStringBuilderBase< CharType >
BaseTStringBuilderBase< CharType >protected
bIsDynamicTStringBuilderBase< CharType >protected
BuilderType typedefTStringBuilderBase< CharType >
CurPosTStringBuilderBase< CharType >protected
ElementType typedefTStringBuilderBase< CharType >
EmptyBufferTStringBuilderBase< CharType >inlineprotectedstatic
EndTStringBuilderBase< CharType >protected
EnsureAdditionalCapacity(int32 RequiredAdditionalCapacity)TStringBuilderBase< CharType >inlineprotected
EnsureNulTerminated() constTStringBuilderBase< CharType >inlineprotected
Extend(SIZE_T ExtraCapacity)TStringBuilderBase< CharType >protected
FreeBuffer(void *Buffer, SIZE_T CharCount)TStringBuilderBase< CharType >protected
GetAllocatedSize() constTStringBuilderBase< CharType >inline
GetData()TStringBuilderBase< CharType >inline
GetData() constTStringBuilderBase< CharType >inline
Initialize(CharType *InBase, int32 InCapacity)TStringBuilderBase< CharType >inlineprotected
InsertAt(int32 Pos, ViewType Str)TStringBuilderBase< CharType >inline
Join(RangeType &&InRange, DelimiterType &&InDelimiter)TStringBuilderBase< CharType >inline
JoinQuoted(RangeType &&InRange, DelimiterType &&InDelimiter, QuoteType &&InQuote)TStringBuilderBase< CharType >inline
LastChar() constTStringBuilderBase< CharType >inline
Len() constTStringBuilderBase< CharType >inline
operator*() constTStringBuilderBase< CharType >inline
operator=(const TStringBuilderBase &)=deleteTStringBuilderBase< CharType >
operator=(TStringBuilderBase &&)=deleteTStringBuilderBase< CharType >
operator=(ViewType Str)TStringBuilderBase< CharType >inline
operator=(const CharType *Str)TStringBuilderBase< CharType >inline
Prepend(ViewType Str)TStringBuilderBase< CharType >inline
RemoveAt(int32 Pos, int32 RemoveLen)TStringBuilderBase< CharType >inline
RemoveSuffix(int32 InCount)TStringBuilderBase< CharType >inline
ReplaceAt(int32 Pos, int32 RemoveLen, ViewType Str)TStringBuilderBase< CharType >inline
Reset()TStringBuilderBase< CharType >inline
StringBufferTStringBuilderWithBuffer< CharType, BufferSize >private
TCanAppend_VTStringBuilderBase< CharType >inlinestatic
TCanAppendRange_VTStringBuilderBase< CharType >inlinestatic
TIsCharEncodingCompatibleWithCharType typedefTStringBuilderBase< CharType >private
ToString() constTStringBuilderBase< CharType >inline
ToView() constTStringBuilderBase< CharType >inline
TStringBuilderBase()=defaultTStringBuilderBase< CharType >
TStringBuilderBase(const TStringBuilderBase &)=deleteTStringBuilderBase< CharType >
TStringBuilderBase(TStringBuilderBase &&)=deleteTStringBuilderBase< CharType >
TStringBuilderBase(CharType *BufferPointer, int32 BufferCapacity)TStringBuilderBase< CharType >inline
TStringBuilderWithBuffer()TStringBuilderWithBuffer< CharType, BufferSize >inline
TWriteToString(ArgTypes &&... Args)TWriteToString< CharType, BufferSize >inlineexplicit
ViewType typedefTStringBuilderBase< CharType >
~TStringBuilderBase()TStringBuilderBase< CharType >