ezEngine  Release 25.03
ezStringBase< Derived > Member List

This is the complete list of members for ezStringBase< Derived >, including all inherited members.

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