ALib C++ Library
Library Version: 2402 R1
Documentation generated by doxygen
Loading...
Searching...
No Matches
TMAString< TChar > Member List

This is the complete list of members for TMAString< TChar >, including all inherited members.

_(const TString< TChar > &src, integer regionStart, integer regionLength=MAX_LEN)TAString< TChar >inline
_(const TAppendable &src)TAString< TChar >inline
_()TAString< TChar >inline
AdjustRegion(integer &regionStart, integer &regionLength) constTString< TChar >inline
Append(const TCharSrc *src, integer srcLength)TAString< TChar >
Append(const TChar *src, integer srcLength)TAString< TChar >inline
Append(const TString< TChar > &src, integer regionStart, integer regionLength=MAX_LEN)TAString< TChar >inline
Append(const TAppendable &src)TAString< TChar >inline
begin()TAString< TChar >inline
alib::strings::TString::begin() constTString< TChar >inline
bufferTString< TChar >protected
Buffer() constTString< TChar >inline
Capacity() constTAString< TChar >inline
capacityTAString< TChar >protected
cbegin() constTString< TChar >inline
cend() constTString< TChar >inline
CharAt(integer idx) constTString< TChar >inline
CharAtEnd() constTString< TChar >inline
CharAtStart() constTString< TChar >inline
CharType typedefTString< TChar >
CompareTo(const TString< TChar > &rhs) constTString< TChar >inline
CompareTo(const TString &rhs, integer rhsRegionStart, integer rhsRegionLength=MAX_LEN) constTString< TChar >inline
CompareTo(const TString &rhs, integer rhsRegionStart, integer rhsRegionLength, integer regionStart, integer regionLength=MAX_LEN) constTString< TChar >inline
ConstIterator typedefTString< TChar >
ConstReverseIterator typedefTString< TChar >
ContainsAt(const TString &needle, integer pos) constTString< TChar >inline
CopyTo(TChar *dest) constTString< TChar >inline
Count(const TString &needle, integer startPos=0) constTString< TChar >inline
Count(const TString &needle, const TString &omit, integer startPos=0) constTString< TChar >inline
CountChar(TChar needle, integer startPos=0) constTString< TChar >inline
CountChar(TChar needle, TChar omit, integer startPos) constTString< TChar >inline
crbegin() constTString< TChar >inline
crend() constTString< TChar >inline
dbgCheck() constTAString< TChar >
DbgDisableBufferReplacementWarning()TAString< TChar >inline
dbgWarnWhenExternalBufferIsReplacedTAString< TChar >protected
debugLastAllocRequestTAString< TChar >protected
Delete(integer regionStart, integer regionLength=MAX_LEN)TAString< TChar >inline
DeleteEnd(integer regionLength)TAString< TChar >inline
DeleteStart(integer regionLength)TAString< TChar >inline
DetectLength()TAString< TChar >inline
end()TAString< TChar >inline
alib::strings::TString::end() constTString< TChar >inline
EndsWith(const TString &needle) constTString< TChar >inline
EnsureRemainingCapacity(integer spaceNeeded)TAString< TChar >inline
Equals(const TString< TChar > &rhs) constTString< TChar >inline
GrowBufferAtLeastBy(integer minimumGrowth)TAString< TChar >
Hashcode() constTString< TChar >
HashcodeIgnoreCase() constTString< TChar >
HasInternalBuffer() constTAString< TChar >inline
IndexOf(TChar needle, integer startIdx=0) constTString< TChar >inline
IndexOf(TChar needle, integer regionStart, integer regionLength) constTString< TChar >inline
IndexOf(const TString &needle, integer startIdx=0) constTString< TChar >inline
IndexOfAny(const TString &needles, integer startIdx=0) constTString< TChar >inline
IndexOfFirstDifference(const TString &needle, lang::Case sensitivity=lang::Case::Sensitive, integer idx=0) constTString< TChar >inline
IndexOfOrLength(TChar needle) constTString< TChar >inline
IndexOfOrLength(TChar needle, integer startIdx) constTString< TChar >inline
IndexOfSegmentEnd(TChar opener, TChar closer, integer idx) constTString< TChar >
indexOfString(const TString &needle, integer startIdx) constTString< TChar >protected
InsertAt(const TString< TChar > &src, integer pos)TAString< TChar >inline
InsertChars(TChar c, integer qty)TAString< TChar >inline
InsertChars(TChar c, integer qty, integer pos)TAString< TChar >inline
IsEmpty() constTString< TChar >inline
IsNotEmpty() constTString< TChar >inline
IsNotNull() constTString< TChar >inline
IsNull() constTString< TChar >inline
Iterator typedefTAString< TChar >
LastIndexOf(TChar needle, integer startIndex=MAX_LEN) constTString< TChar >inline
LastIndexOfAny(const TString &needles, integer startIdx=MAX_LEN) constTString< TChar >inline
lengthTString< TChar >protected
Length() constTString< TChar >inline
NewLine()TAString< TChar >inline
operator TCharArray() constTAString< TChar >inline
operator TCharArray() constTAString< TChar >inlineexplicit
operator<<(const TAppendable &src)TAString< TChar >inline
operator=(const TAString &copy)TAString< TChar >inline
alib::strings::TString::operator=(const TString &) noexcept=defaultTString< TChar >
alib::strings::TString::operator=(TString &&) noexcept=defaultTString< TChar >
operator[](integer idx)TAString< TChar >inline
alib::strings::TString::operator[](integer idx) constTString< TChar >inline
ParseBin(integer startIdx=0, TNumberFormat< TChar > *numberFormat=nullptr, integer *newIdx=nullptr) constTString< TChar >
ParseBin(TNumberFormat< TChar > *numberFormat, integer *newIdx=nullptr) constTString< TChar >inline
ParseBin(integer *newIdx) constTString< TChar >inline
ParseBin(integer startIdx, integer *newIdx) constTString< TChar >inline
ParseDec(integer startIdx=0, TNumberFormat< TChar > *numberFormat=nullptr, integer *newIdx=nullptr) constTString< TChar >
ParseDec(TNumberFormat< TChar > *numberFormat, integer *newIdx=nullptr) constTString< TChar >inline
ParseDec(integer *newIdx) constTString< TChar >inline
ParseDec(integer startIdx, integer *newIdx) constTString< TChar >inline
ParseDecDigits(integer startIdx=0, integer *newIdx=nullptr) constTString< TChar >
ParseFloat(integer startIdx=0, TNumberFormat< TChar > *numberFormat=nullptr, integer *newIdx=nullptr) constTString< TChar >
ParseFloat(TNumberFormat< TChar > *numberFormat, integer *newIdx=nullptr) constTString< TChar >inline
ParseFloat(integer *newIdx) constTString< TChar >inline
ParseFloat(integer startIdx, integer *newIdx) constTString< TChar >inline
ParseHex(integer startIdx=0, TNumberFormat< TChar > *numberFormat=nullptr, integer *newIdx=nullptr) constTString< TChar >
ParseHex(TNumberFormat< TChar > *numberFormat, integer *newIdx=nullptr) constTString< TChar >inline
ParseHex(integer *newIdx) constTString< TChar >inline
ParseHex(integer startIdx, integer *newIdx) constTString< TChar >inline
ParseInt(integer startIdx=0, TNumberFormat< TChar > *numberFormat=nullptr, integer *newIdx=nullptr) constTString< TChar >
ParseInt(TNumberFormat< TChar > *numberFormat, integer *newIdx=nullptr) constTString< TChar >inline
ParseInt(integer *newIdx) constTString< TChar >inline
ParseInt(integer startIdx, integer *newIdx) constTString< TChar >inline
ParseOct(integer startIdx=0, TNumberFormat< TChar > *numberFormat=nullptr, integer *newIdx=nullptr) constTString< TChar >
ParseOct(TNumberFormat< TChar > *numberFormat, integer *newIdx=nullptr) constTString< TChar >inline
ParseOct(integer *newIdx) constTString< TChar >inline
ParseOct(integer startIdx, integer *newIdx) constTString< TChar >inline
rbegin()TAString< TChar >inline
alib::strings::TString::rbegin() constTString< TChar >inline
rend()TAString< TChar >inline
alib::strings::TString::rend() constTString< TChar >inline
ReplaceRegion(TChar c, integer regionStart, integer regionLength)TAString< TChar >inline
ReplaceSubstring(const TString< TChar > &src, integer regionStart, integer regionLength)TAString< TChar >inline
Reset()TAString< TChar >inline
Reset(const TAppendable &src)TAString< TChar >inline
Reverse(integer regionStart=0, integer regionLength=MAX_LEN)TAString< TChar >inline
ReverseIterator typedefTAString< TChar >
SearchAndReplace(TChar needle, TChar replacement, integer startIdx=0)TAString< TChar >
SearchAndReplace(const TString< TChar > &needle, const TString< TChar > &replacement, integer startIdx=0, integer maxReplacements=MAX_LEN, lang::Case sensitivity=lang::Case::Sensitive)TAString< TChar >
SetBuffer(integer newCapacity)TAString< TChar >
SetBuffer(TChar *extBuffer, integer extBufferSize, integer extLength=0, lang::Responsibility responsibility=lang::Responsibility::KeepWithSender)TAString< TChar >
SetCharAt(integer idx, TChar c)TAString< TChar >inline
SetLength(integer newLength)TAString< TChar >inline
SetNull()TAString< TChar >inline
ShortenTo(integer newLength)TAString< TChar >inline
StartsWith(const TString &needle) constTString< TChar >inline
Substring(integer regionStart, integer regionLength=MAX_LEN) constTString< TChar >inline
TAString(TChar *extBuffer, integer extBufferSize)TAString< TChar >inlineexplicitprotected
TAString()TAString< TChar >inlineexplicit
TAString(const TAString &copy)TAString< TChar >inlineexplicit
TAString(TAString &&move) noexceptTAString< TChar >inline
TAString(const TAppendable &src)TAString< TChar >inlineexplicit
Terminate() constTAString< TChar >inline
TMAString(MonoAllocator &allocator, integer pCapacity)TMAString< TChar >inline
TMAString(MonoAllocator &allocator, const strings::TString< TChar > &src, integer additionalCapacity)TMAString< TChar >inline
TMAString(MonoAllocator &allocator, const TInitialValue &initialValue, integer additionalCapacity)TMAString< TChar >inline
ToLower(integer regionStart=0, integer regionLength=MAX_LEN)TAString< TChar >inline
ToUpper(integer regionStart=0, integer regionLength=MAX_LEN)TAString< TChar >inline
Trim(const TCString< TChar > &trimChars=TT_StringConstants< TChar >::DefaultWhitespaces())TAString< TChar >
TrimAt(integer idx, const TCString< TChar > &trimChars=TT_StringConstants< TChar >::DefaultWhitespaces())TAString< TChar >
TrimEnd(const TCString< TChar > &trimChars=TT_StringConstants< TChar >::DefaultWhitespaces())TAString< TChar >inline
TrimStart(const TCString< TChar > &trimChars=TT_StringConstants< TChar >::DefaultWhitespaces())TAString< TChar >inline
TString() noexcept=defaultTString< TChar >
TString(const TString &) noexcept=defaultTString< TChar >
TString(TString &&) noexcept=defaultTString< TChar >
TString(const TChar *pBuffer, integer pLength) noexceptTString< TChar >inline
TString(const TCharArray &src)TString< TChar >inline
TString(ConstIterator &start, ConstIterator &end)TString< TChar >inline
VBuffer() constTAString< TChar >inline
WStringLength() constTString< TChar >
~TAString() noexceptTAString< TChar >inline