begin (defined in ezStringBase< Derived >) | ezStringBase< Derived > | friend |
cbegin (defined in ezStringBase< Derived >) | ezStringBase< Derived > | friend |
cend (defined in ezStringBase< Derived >) | ezStringBase< Derived > | friend |
Compare(ezStringView sOther) const | ezStringBase< Derived > | |
Compare_NoCase(ezStringView sOther) const | ezStringBase< Derived > | |
CompareN(ezStringView sOther, ezUInt32 uiCharsToCompare) const | ezStringBase< Derived > | |
CompareN_NoCase(ezStringView sOther, ezUInt32 uiCharsToCompare) const | ezStringBase< Derived > | |
ComputeCharacterPosition(ezUInt32 uiCharacterIndex) const | ezStringBase< Derived > | |
const_iterator typedef (defined in ezStringBase< Derived >) | ezStringBase< Derived > | |
const_reverse_iterator typedef (defined in ezStringBase< Derived >) | ezStringBase< Derived > | |
crbegin (defined in ezStringBase< Derived >) | ezStringBase< Derived > | friend |
crend (defined in ezStringBase< Derived >) | ezStringBase< Derived > | friend |
end (defined in ezStringBase< Derived >) | ezStringBase< Derived > | friend |
EndsWith(ezStringView sEndsWith) const | ezStringBase< Derived > | |
EndsWith_NoCase(ezStringView sEndsWith) const | ezStringBase< Derived > | |
FindLastSubString(ezStringView sStringToFind, const char *szStartSearchAt=nullptr) const | ezStringBase< Derived > | inline |
FindLastSubString_NoCase(ezStringView sStringToFind, const char *szStartSearchAt=nullptr) const | ezStringBase< Derived > | inline |
FindSubString(ezStringView sStringToFind, const char *szStartSearchAt=nullptr) const | ezStringBase< Derived > | |
FindSubString_NoCase(ezStringView sStringToFind, const char *szStartSearchAt=nullptr) const | ezStringBase< Derived > | |
FindWholeWord(const char *szSearchFor, ezStringUtils::EZ_CHARACTER_FILTER isDelimiterCB, const char *szStartSearchAt=nullptr) const | ezStringBase< Derived > | inline |
FindWholeWord_NoCase(const char *szSearchFor, ezStringUtils::EZ_CHARACTER_FILTER isDelimiterCB, const char *szStartSearchAt=nullptr) const | ezStringBase< Derived > | inline |
GetFileDirectory() const | ezStringBase< Derived > | |
GetFileExtension(bool bFullExtension=false) const | ezStringBase< Derived > | |
GetFileName() const | ezStringBase< Derived > | |
GetFileNameAndExtension() const | ezStringBase< Derived > | |
GetIteratorBack() const | ezStringBase< Derived > | |
GetIteratorFront() const | ezStringBase< Derived > | |
GetRootedPathRootName() const | ezStringBase< Derived > | |
GetView() const | ezStringBase< Derived > | |
HasAnyExtension() const | ezStringBase< Derived > | |
HasExtension(ezStringView sExtension) const | ezStringBase< Derived > | |
IsAbsolutePath() const | ezStringBase< Derived > | |
IsEmpty() const | ezStringBase< Derived > | |
IsEqual(ezStringView sOther) const | ezStringBase< Derived > | |
IsEqual_NoCase(ezStringView sOther) const | ezStringBase< Derived > | |
IsEqualN(ezStringView sOther, ezUInt32 uiCharsToCompare) const | ezStringBase< Derived > | |
IsEqualN_NoCase(ezStringView sOther, ezUInt32 uiCharsToCompare) const | ezStringBase< Derived > | |
IsRelativePath() const | ezStringBase< Derived > | |
IsRootedPath() const | ezStringBase< Derived > | |
iterator typedef (defined in ezStringBase< Derived >) | ezStringBase< Derived > | |
operator const char *() const | ezStringBase< Derived > | inline |
operator ezStringView() const | ezStringBase< Derived > | |
rbegin (defined in ezStringBase< Derived >) | ezStringBase< Derived > | friend |
rend (defined in ezStringBase< Derived >) | ezStringBase< Derived > | friend |
reverse_iterator typedef (defined in ezStringBase< Derived >) | ezStringBase< 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 | ezStringBase< Derived > | |
StartsWith(ezStringView sStartsWith) const | ezStringBase< Derived > | |
StartsWith_NoCase(ezStringView sStartsWith) const | ezStringBase< Derived > | |