This is the complete list of members for Path, including all inherited members.
_(const TString< PathCharType > &src, integer regionStart, integer regionLength=MAX_LEN) | TAString< PathCharType, lang::HeapAllocator > | inline |
_(const TAppendable &src) | TAString< PathCharType, lang::HeapAllocator > | inline |
_() | TAString< PathCharType, lang::HeapAllocator > | inline |
Add(const PathString &dirOrFilename) | Path | inline |
AddModuleName(const PathString &extension) | Path | |
AdjustRegion(integer ®ionStart, integer ®ionLength) const | TString< PathCharType > | inline |
AI() const noexcept | AllocatorMember< lang::HeapAllocator > | inline |
Allocate(TAllocator &allocator, const TString< PathCharType > ©) | TString< PathCharType > | inline |
allocator | AllocatorMember< lang::HeapAllocator > | protected |
AllocatorMember()=delete | AllocatorMember< lang::HeapAllocator > | |
AllocatorMember(lang::HeapAllocator &pAllocator) noexcept | AllocatorMember< lang::HeapAllocator > | inline |
AllocatorType typedef | TAString< PathCharType, lang::HeapAllocator > | |
allocBase typedef | TAString< PathCharType, lang::HeapAllocator > | protected |
Append(const TCharSrc *src, integer srcLength) | TAString< PathCharType, lang::HeapAllocator > | |
Append(const PathCharType *src, integer srcLength) | TAString< PathCharType, lang::HeapAllocator > | inline |
Append(const TString< PathCharType > &src, integer regionStart, integer regionLength=MAX_LEN) | TAString< PathCharType, lang::HeapAllocator > | inline |
Append(const TAppendable &src) | TAString< PathCharType, lang::HeapAllocator > | inline |
base typedef | TLocalString< PathCharType, 256 > | protected |
begin() | TAString< PathCharType, lang::HeapAllocator > | inline |
begin() const | TAString< PathCharType, lang::HeapAllocator > | inline |
Buffer() const | TString< PathCharType > | inline |
buffer | TString< PathCharType > | protected |
Capacity() const | TAString< PathCharType, lang::HeapAllocator > | inline |
capacity | TAString< PathCharType, lang::HeapAllocator > | protected |
cbegin() const | TString< PathCharType > | inline |
cend() const | TString< PathCharType > | inline |
Change(const PathString &path) | Path | |
Change(SystemFolders special) | Path | |
Change(SystemFolders special, const PathString &fileName) | Path | inline |
CharAt(integer idx) const | TString< PathCharType > | inline |
CharAtEnd() const | TString< PathCharType > | inline |
CharAtStart() const | TString< PathCharType > | inline |
CharType typedef | TString< PathCharType > | |
CompareTo(const TString< PathCharType > &rhs) const | TString< PathCharType > | inline |
CompareTo(const TString &rhs, integer rhsRegionStart, integer rhsRegionLength=MAX_LEN) const | TString< PathCharType > | inline |
CompareTo(const TString &rhs, integer rhsRegionStart, integer rhsRegionLength, integer regionStart, integer regionLength=MAX_LEN) const | TString< PathCharType > | inline |
ConstIterator typedef | TString< PathCharType > | |
ConstReverseIterator typedef | TString< PathCharType > | |
ContainsAt(const TString &needle, integer pos) const | TString< PathCharType > | inline |
CopyTo(PathCharType *dest) const | TString< PathCharType > | inline |
Count(const TString &needle, integer startPos=0) const | TString< PathCharType > | inline |
Count(const TString &needle, const TString &omit, integer startPos=0) const | TString< PathCharType > | inline |
CountChar(PathCharType needle, integer startPos=0) const | TString< PathCharType > | inline |
CountChar(PathCharType needle, PathCharType omit, integer startPos) const | TString< PathCharType > | inline |
crbegin() const | TString< PathCharType > | inline |
Create(const PathString &path) | Path | |
Create() | Path | inline |
crend() const | TString< PathCharType > | inline |
dbgCheck() const | TAString< PathCharType, lang::HeapAllocator > | |
DbgDisableBufferReplacementWarning() | TAString< PathCharType, lang::HeapAllocator > | inline |
dbgWarnWhenExternalBufferIsReplaced | TAString< PathCharType, lang::HeapAllocator > | protected |
debugLastAllocRequest | TAString< PathCharType, lang::HeapAllocator > | protected |
Delete(integer regionStart, integer regionLength=MAX_LEN) | TAString< PathCharType, lang::HeapAllocator > | inline |
DeleteEnd(integer regionLength) | TAString< PathCharType, lang::HeapAllocator > | inline |
DeleteEnd(const TString< PathCharType > &deleteIfMatch) | TAString< PathCharType, lang::HeapAllocator > | inline |
DeleteStart(integer regionLength) | TAString< PathCharType, lang::HeapAllocator > | inline |
DeleteStart(const TString< PathCharType > &deleteIfMatch) | TAString< PathCharType, lang::HeapAllocator > | inline |
DetectLength() | TAString< PathCharType, lang::HeapAllocator > | inline |
end() | TAString< PathCharType, lang::HeapAllocator > | inline |
end() const | TAString< PathCharType, lang::HeapAllocator > | inline |
EndsWith(const TString &needle) const | TString< PathCharType > | inline |
EnsureRemainingCapacity(integer spaceNeeded) | TAString< PathCharType, lang::HeapAllocator > | inline |
Equals(const TString< PathCharType > &rhs) const | TString< PathCharType > | inline |
Free(TAllocator &allocator) | TString< PathCharType > | inline |
GetAllocator() const noexcept | AllocatorMember< lang::HeapAllocator > | inline |
GrowBufferAtLeastBy(integer minimumGrowth) | TAString< PathCharType, lang::HeapAllocator > | |
Hashcode() const | TString< PathCharType > | |
HashcodeIgnoreCase() const | TString< PathCharType > | |
HasInternalBuffer() const | TAString< PathCharType, lang::HeapAllocator > | inline |
IndexOf(PathCharType needle, integer startIdx=0) const | TString< PathCharType > | inline |
IndexOf(PathCharType needle, integer regionStart, integer regionLength) const | TString< PathCharType > | inline |
IndexOf(const TString &needle, integer startIdx=0, integer endIdx=strings::MAX_LEN) const | TString< PathCharType > | inline |
IndexOfAny(const TString &needles, integer startIdx=0) const | TString< PathCharType > | inline |
IndexOfFirstDifference(const TString &needle, lang::Case sensitivity=lang::Case::Sensitive, integer startIdx=0) const | TString< PathCharType > | inline |
IndexOfOrLength(PathCharType needle) const | TString< PathCharType > | inline |
IndexOfOrLength(PathCharType needle, integer startIdx) const | TString< PathCharType > | inline |
IndexOfSegmentEnd(PathCharType opener, PathCharType closer, integer idx) const | TString< PathCharType > | |
indexOfString(const TString &needle, integer startIdx, integer endIdx) const | TString< PathCharType > | protected |
InsertAt(const TString< PathCharType > &src, integer pos) | TAString< PathCharType, lang::HeapAllocator > | inline |
InsertChars(PathCharType c, integer qty) | TAString< PathCharType, lang::HeapAllocator > | inline |
InsertChars(PathCharType c, integer qty, integer pos) | TAString< PathCharType, lang::HeapAllocator > | inline |
IsAbsolute() const | Path | inline |
IsAbsolute(const PathString &path) | Path | inlinestatic |
IsDirectory() | Path | |
IsEmpty() const | TString< PathCharType > | inline |
IsNotEmpty() const | TString< PathCharType > | inline |
IsNotNull() const | TString< PathCharType > | inline |
IsNull() const | TString< PathCharType > | inline |
Iterator typedef | TAString< PathCharType, lang::HeapAllocator > | |
LastIndexOf(PathCharType needle, integer startIndex=MAX_LEN) const | TString< PathCharType > | inline |
LastIndexOfAny(const TString &needles, integer startIdx=MAX_LEN) const | TString< PathCharType > | inline |
Length() const | TString< PathCharType > | inline |
length | TString< PathCharType > | protected |
localBuffer | TLocalString< PathCharType, 256 > | protected |
MakeReal() | Path | |
Name() const | Path | inline |
NewLine() | TAString< PathCharType, lang::HeapAllocator > | inline |
operator TCharArray() const | TAString< PathCharType, lang::HeapAllocator > | inline |
operator TCharArray() const | TAString< PathCharType, lang::HeapAllocator > | inlineexplicit |
operator<<(const TAppendable &src) | TAString< PathCharType, lang::HeapAllocator > | inline |
operator=(const TLocalString ©) | TLocalString< PathCharType, 256 > | inline |
operator=(TLocalString &&move) | TLocalString< PathCharType, 256 > | inline |
alib::strings::TAString< PathCharType, lang::HeapAllocator >::operator=(const TAString ©) | TAString< PathCharType, lang::HeapAllocator > | inline |
alib::strings::TString< PathCharType >::operator=(const TString &) noexcept=default | TString< PathCharType > | |
alib::strings::TString< PathCharType >::operator=(TString &&) noexcept=default | TString< PathCharType > | |
operator[](integer idx) | TAString< PathCharType, lang::HeapAllocator > | inline |
alib::strings::TString< PathCharType >::operator[](integer idx) const | TString< PathCharType > | inline |
ParseBin(integer startIdx=0, TNumberFormat< PathCharType > *numberFormat=nullptr, integer *newIdx=nullptr) const | TString< PathCharType > | |
ParseBin(TNumberFormat< PathCharType > *numberFormat, integer *newIdx=nullptr) const | TString< PathCharType > | inline |
ParseBin(integer *newIdx) const | TString< PathCharType > | inline |
ParseBin(integer startIdx, integer *newIdx) const | TString< PathCharType > | inline |
ParseDec(integer startIdx=0, TNumberFormat< PathCharType > *numberFormat=nullptr, integer *newIdx=nullptr) const | TString< PathCharType > | |
ParseDec(TNumberFormat< PathCharType > *numberFormat, integer *newIdx=nullptr) const | TString< PathCharType > | inline |
ParseDec(integer *newIdx) const | TString< PathCharType > | inline |
ParseDec(integer startIdx, integer *newIdx) const | TString< PathCharType > | inline |
ParseDecDigits(integer startIdx=0, integer *newIdx=nullptr) const | TString< PathCharType > | |
ParseFloat(integer startIdx=0, TNumberFormat< PathCharType > *numberFormat=nullptr, integer *newIdx=nullptr) const | TString< PathCharType > | |
ParseFloat(TNumberFormat< PathCharType > *numberFormat, integer *newIdx=nullptr) const | TString< PathCharType > | inline |
ParseFloat(integer *newIdx) const | TString< PathCharType > | inline |
ParseFloat(integer startIdx, integer *newIdx) const | TString< PathCharType > | inline |
ParseHex(integer startIdx=0, TNumberFormat< PathCharType > *numberFormat=nullptr, integer *newIdx=nullptr) const | TString< PathCharType > | |
ParseHex(TNumberFormat< PathCharType > *numberFormat, integer *newIdx=nullptr) const | TString< PathCharType > | inline |
ParseHex(integer *newIdx) const | TString< PathCharType > | inline |
ParseHex(integer startIdx, integer *newIdx) const | TString< PathCharType > | inline |
ParseInt(integer startIdx=0, TNumberFormat< PathCharType > *numberFormat=nullptr, integer *newIdx=nullptr) const | TString< PathCharType > | |
ParseInt(TNumberFormat< PathCharType > *numberFormat, integer *newIdx=nullptr) const | TString< PathCharType > | inline |
ParseInt(integer *newIdx) const | TString< PathCharType > | inline |
ParseInt(integer startIdx, integer *newIdx) const | TString< PathCharType > | inline |
ParseOct(integer startIdx=0, TNumberFormat< PathCharType > *numberFormat=nullptr, integer *newIdx=nullptr) const | TString< PathCharType > | |
ParseOct(TNumberFormat< PathCharType > *numberFormat, integer *newIdx=nullptr) const | TString< PathCharType > | inline |
ParseOct(integer *newIdx) const | TString< PathCharType > | inline |
ParseOct(integer startIdx, integer *newIdx) const | TString< PathCharType > | inline |
Path() | Path | inline |
Path(SystemFolders special) | Path | inline |
Path(SystemFolders special, const PathString &fileName) | Path | inline |
Path(const PathString &path) | Path | inline |
rbegin() | TAString< PathCharType, lang::HeapAllocator > | inline |
rbegin() const | TAString< PathCharType, lang::HeapAllocator > | inline |
rend() | TAString< PathCharType, lang::HeapAllocator > | inline |
rend() const | TAString< PathCharType, lang::HeapAllocator > | inline |
ReplaceRegion(PathCharType c, integer regionStart, integer regionLength) | TAString< PathCharType, lang::HeapAllocator > | inline |
ReplaceSubstring(const TString< PathCharType > &src, integer regionStart, integer regionLength) | TAString< PathCharType, lang::HeapAllocator > | inline |
Reset() | TAString< PathCharType, lang::HeapAllocator > | inline |
Reset(const TAppendable &src) | TAString< PathCharType, lang::HeapAllocator > | inline |
Reverse(integer regionStart=0, integer regionLength=MAX_LEN) | TAString< PathCharType, lang::HeapAllocator > | inline |
ReverseIterator typedef | TAString< PathCharType, lang::HeapAllocator > | |
sBase typedef | TLocalString< PathCharType, 256 > | protected |
SearchAndReplace(PathCharType needle, PathCharType replacement, integer startIdx=0, integer endIdx=strings::MAX_LEN) | TAString< PathCharType, lang::HeapAllocator > | |
SearchAndReplace(const TString< PathCharType > &needle, const TString< PathCharType > &replacement, integer startIdx=0, integer maxReplacements=strings::MAX_LEN, lang::Case sensitivity=lang::Case::Sensitive, integer endIdx=strings::MAX_LEN) | TAString< PathCharType, lang::HeapAllocator > | |
SetBuffer(integer newCapacity) | TAString< PathCharType, lang::HeapAllocator > | |
SetBuffer(PathCharType *extBuffer, integer extBufferSize, integer extLength=0, lang::Responsibility responsibility=lang::Responsibility::KeepWithSender) | TAString< PathCharType, lang::HeapAllocator > | |
SetCharAt(integer idx, PathCharType c) | TAString< PathCharType, lang::HeapAllocator > | inline |
SetLength(integer newLength) | TAString< PathCharType, lang::HeapAllocator > | inline |
SetNull() | TAString< PathCharType, lang::HeapAllocator > | inline |
ShortenTo(integer newLength) | TAString< PathCharType, lang::HeapAllocator > | inline |
StartsWith(const TString &needle) const | TString< PathCharType > | inline |
Substring(integer regionStart, integer regionLength=MAX_LEN) const | TString< PathCharType > | inline |
TAString(lang::HeapAllocator &pAllocator, PathCharType *extBuffer, integer extBufferSize) | TAString< PathCharType, lang::HeapAllocator > | inlineexplicitprotected |
TAString(PathCharType *extBuffer, integer extBufferSize) | TAString< PathCharType, lang::HeapAllocator > | inlineexplicitprotected |
TAString() | TAString< PathCharType, lang::HeapAllocator > | inlineexplicit |
TAString(lang::HeapAllocator &pAllocator) | TAString< PathCharType, lang::HeapAllocator > | inlineexplicit |
TAString(const TAString ©) | TAString< PathCharType, lang::HeapAllocator > | inlineexplicit |
TAString(TAString &&move) noexcept | TAString< PathCharType, lang::HeapAllocator > | inline |
TAString(const TAppendable &src) | TAString< PathCharType, lang::HeapAllocator > | inlineexplicit |
tempDirEvaluatedOnce | Path | static |
Terminate() const | TAString< PathCharType, lang::HeapAllocator > | inline |
TLocalString(lang::HeapAllocator &pAllocator) | TLocalString< PathCharType, 256 > | inline |
TLocalString() | TLocalString< PathCharType, 256 > | inline |
TLocalString(const TLocalString ©) | TLocalString< PathCharType, 256 > | inline |
TLocalString(TLocalString &&move) noexcept | TLocalString< PathCharType, 256 > | inline |
TLocalString(const TAppendable &src) | TLocalString< PathCharType, 256 > | inline |
ToLower(integer regionStart=0, integer regionLength=MAX_LEN) | TAString< PathCharType, lang::HeapAllocator > | inline |
ToUpper(integer regionStart=0, integer regionLength=MAX_LEN) | TAString< PathCharType, lang::HeapAllocator > | inline |
Trim(const TCString< PathCharType > &trimChars=TT_CStringConstants< PathCharType >::DefaultWhitespaces()) | TAString< PathCharType, lang::HeapAllocator > | |
TrimAt(integer idx, const TCString< PathCharType > &trimChars=TT_CStringConstants< PathCharType >::DefaultWhitespaces()) | TAString< PathCharType, lang::HeapAllocator > | |
TrimEnd(const TCString< PathCharType > &trimChars=TT_CStringConstants< PathCharType >::DefaultWhitespaces()) | TAString< PathCharType, lang::HeapAllocator > | inline |
TrimStart(const TCString< PathCharType > &trimChars=TT_CStringConstants< PathCharType >::DefaultWhitespaces()) | TAString< PathCharType, lang::HeapAllocator > | inline |
TString() noexcept=default | TString< PathCharType > | |
TString(const TString &) noexcept=default | TString< PathCharType > | |
TString(TString &&) noexcept=default | TString< PathCharType > | |
TString(const PathCharType *pBuffer, integer pLength) noexcept | TString< PathCharType > | inline |
TString(const TCharArray &src) | TString< PathCharType > | inline |
TString(TAllocator &allocator, const TString< PathCharType > ©) | TString< PathCharType > | |
TString(ConstIterator &start, ConstIterator &end) | TString< PathCharType > | inline |
varTempDirEvaluatedOnce | Path | static |
VBuffer() const | TAString< PathCharType, lang::HeapAllocator > | inline |
WStringLength() const | TString< PathCharType > | |
~TAString() noexcept | TAString< PathCharType, lang::HeapAllocator > | inline |