begin (defined in xiiStringBase< Derived >) | xiiStringBase< Derived > | friend |
cbegin (defined in xiiStringBase< Derived >) | xiiStringBase< Derived > | friend |
cend (defined in xiiStringBase< Derived >) | xiiStringBase< Derived > | friend |
Compare(xiiStringView sOther) const | xiiStringBase< Derived > | |
Compare_NoCase(xiiStringView sOther) const | xiiStringBase< Derived > | |
CompareN(xiiStringView sOther, xiiUInt32 uiCharsToCompare) const | xiiStringBase< Derived > | |
CompareN_NoCase(xiiStringView sOther, xiiUInt32 uiCharsToCompare) const | xiiStringBase< Derived > | |
ComputeCharacterPosition(xiiUInt32 uiCharacterIndex) const | xiiStringBase< Derived > | |
const_iterator typedef (defined in xiiStringBase< Derived >) | xiiStringBase< Derived > | |
const_reverse_iterator typedef (defined in xiiStringBase< Derived >) | xiiStringBase< Derived > | |
crbegin (defined in xiiStringBase< Derived >) | xiiStringBase< Derived > | friend |
crend (defined in xiiStringBase< Derived >) | xiiStringBase< Derived > | friend |
end (defined in xiiStringBase< Derived >) | xiiStringBase< Derived > | friend |
EndsWith(xiiStringView sEndsWith) const | xiiStringBase< Derived > | |
EndsWith_NoCase(xiiStringView sEndsWith) const | xiiStringBase< Derived > | |
FindLastSubString(xiiStringView sStringToFind, const char *szStartSearchAt=nullptr) const | xiiStringBase< Derived > | inline |
FindLastSubString_NoCase(xiiStringView sStringToFind, const char *szStartSearchAt=nullptr) const | xiiStringBase< Derived > | inline |
FindSubString(xiiStringView sStringToFind, const char *szStartSearchAt=nullptr) const | xiiStringBase< Derived > | |
FindSubString_NoCase(xiiStringView sStringToFind, const char *szStartSearchAt=nullptr) const | xiiStringBase< Derived > | |
FindWholeWord(const char *szSearchFor, xiiStringUtils::XII_CHARACTER_FILTER isDelimiterCB, const char *szStartSearchAt=nullptr) const | xiiStringBase< Derived > | inline |
FindWholeWord_NoCase(const char *szSearchFor, xiiStringUtils::XII_CHARACTER_FILTER isDelimiterCB, const char *szStartSearchAt=nullptr) const | xiiStringBase< Derived > | inline |
GetFileDirectory() const | xiiStringBase< Derived > | |
GetFileExtension(bool bFullExtension=false) const | xiiStringBase< Derived > | |
GetFileName() const | xiiStringBase< Derived > | |
GetFileNameAndExtension() const | xiiStringBase< Derived > | |
GetIteratorBack() const | xiiStringBase< Derived > | |
GetIteratorFront() const | xiiStringBase< Derived > | |
GetRootedPathRootName() const | xiiStringBase< Derived > | |
GetView() const | xiiStringBase< Derived > | |
HasAnyExtension() const | xiiStringBase< Derived > | |
HasExtension(xiiStringView sExtension) const | xiiStringBase< Derived > | |
IsAbsolutePath() const | xiiStringBase< Derived > | |
IsEmpty() const | xiiStringBase< Derived > | |
IsEqual(xiiStringView sOther) const | xiiStringBase< Derived > | |
IsEqual_NoCase(xiiStringView sOther) const | xiiStringBase< Derived > | |
IsEqualN(xiiStringView sOther, xiiUInt32 uiCharsToCompare) const | xiiStringBase< Derived > | |
IsEqualN_NoCase(xiiStringView sOther, xiiUInt32 uiCharsToCompare) const | xiiStringBase< Derived > | |
IsRelativePath() const | xiiStringBase< Derived > | |
IsRootedPath() const | xiiStringBase< Derived > | |
iterator typedef (defined in xiiStringBase< Derived >) | xiiStringBase< Derived > | |
operator const char *() const | xiiStringBase< Derived > | inline |
operator xiiStringView() const | xiiStringBase< Derived > | |
rbegin (defined in xiiStringBase< Derived >) | xiiStringBase< Derived > | friend |
rend (defined in xiiStringBase< Derived >) | xiiStringBase< Derived > | friend |
reverse_iterator typedef (defined in xiiStringBase< Derived >) | xiiStringBase< Derived > | |
Split(bool bReturnEmptyStrings, Container &ref_output, const char *szSeparator1, const char *szSeparator2=nullptr, const char *szSeparator3=nullptr, const char *szSeparator4=nullptr, const char *szSeparator5=nullptr, const char *szSeparator6=nullptr) const | xiiStringBase< Derived > | |
StartsWith(xiiStringView sStartsWith) const | xiiStringBase< Derived > | |
StartsWith_NoCase(xiiStringView sStartsWith) const | xiiStringBase< Derived > | |