ezEngine  Release 25.03
ezStringView Member List

This is the complete list of members for ezStringView, including all inherited members.

ChopAwayFirstCharacterAscii()ezStringView
ChopAwayFirstCharacterUtf8()ezStringView
Compare(ezStringView sOther) constezStringView
Compare_NoCase(ezStringView sOther) constezStringView
CompareN(ezStringView sOther, ezUInt32 uiCharsToCompare) constezStringView
CompareN_NoCase(ezStringView sOther, ezUInt32 uiCharsToCompare) constezStringView
ComputeCharacterPosition(ezUInt32 uiCharacterIndex) constezStringView
const_iterator typedef (defined in ezStringView)ezStringView
const_reverse_iterator typedef (defined in ezStringView)ezStringView
EndsWith(ezStringView sEndsWith) constezStringView
EndsWith_NoCase(ezStringView sEndsWith) constezStringView
EZ_DECLARE_POD_TYPE() (defined in ezStringView)ezStringView
ezStringView()ezStringView
ezStringView(char *pStart)ezStringView
ezStringView(T pStart, typename std::enable_if< std::is_same< T, const char * >::value, int >::type *=0)ezStringView
ezStringView(const T &&str, typename std::enable_if< std::is_same< T, const char * >::value==false &&std::is_convertible< T, const char * >::value, int >::type *=0)ezStringView
ezStringView(const char *pStart, const char *pEnd)ezStringView
ezStringView(const char *pStart, ezUInt32 uiLength)ezStringView
ezStringView(const char(&str)[N])ezStringView
ezStringView(char(&str)[N])ezStringView
ezStringView(T pStart, typename std::enable_if< std::is_same< T, const char * >::value, int >::type *) (defined in ezStringView)ezStringView
ezStringView(const char(&str)[N]) (defined in ezStringView)ezStringView
ezStringView(char(&str)[N]) (defined in ezStringView)ezStringView
FindLastSubString(ezStringView sStringToFind, const char *szStartSearchAt=nullptr) constezStringView
FindLastSubString_NoCase(ezStringView sStringToFind, const char *szStartSearchAt=nullptr) constezStringView
FindSubString(ezStringView sStringToFind, const char *szStartSearchAt=nullptr) constezStringView
FindSubString_NoCase(ezStringView sStringToFind, const char *szStartSearchAt=nullptr) constezStringView
FindWholeWord(const char *szSearchFor, ezStringUtils::EZ_CHARACTER_FILTER isDelimiterCB, const char *szStartSearchAt=nullptr) constezStringView
FindWholeWord_NoCase(const char *szSearchFor, ezStringUtils::EZ_CHARACTER_FILTER isDelimiterCB, const char *szStartSearchAt=nullptr) constezStringView
GetCharacter() constezStringView
GetData(ezStringBuilder &ref_sTempStorage) constezStringView
GetElementCount() constezStringViewinline
GetEndPointer() constezStringViewinline
GetFileDirectory() constezStringView
GetFileExtension(bool bFullExtension=false) constezStringView
GetFileName() constezStringView
GetFileNameAndExtension() constezStringView
GetIteratorBack() constezStringView
GetIteratorFront() constezStringView
GetRootedPathRootName() constezStringView
GetShrunk(ezUInt32 uiShrinkCharsFront, ezUInt32 uiShrinkCharsBack=0) constezStringView
GetStartPointer() constezStringViewinline
GetSubString(ezUInt32 uiFirstCharacter, ezUInt32 uiNumCharacters) constezStringView
HasAnyExtension() constezStringView
HasExtension(ezStringView sExtension) constezStringView
IsAbsolutePath() constezStringView
IsEmpty() constezStringView
IsEqual(ezStringView sOther) constezStringView
IsEqual_NoCase(ezStringView sOther) constezStringView
IsEqualN(ezStringView sOther, ezUInt32 uiCharsToCompare) constezStringView
IsEqualN_NoCase(ezStringView sOther, ezUInt32 uiCharsToCompare) constezStringView
IsRelativePath() constezStringView
IsRootedPath() constezStringView
IsValid() constezStringView
iterator typedef (defined in ezStringView)ezStringView
operator++()ezStringViewinline
operator+=(ezUInt32 d)ezStringViewinline
reverse_iterator typedef (defined in ezStringView)ezStringView
SetStartPosition(const char *szCurPos)ezStringView
Shrink(ezUInt32 uiShrinkCharsFront, ezUInt32 uiShrinkCharsBack)ezStringView
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) constezStringView
StartsWith(ezStringView sStartsWith) constezStringView
StartsWith_NoCase(ezStringView sStartsWith) constezStringView
Trim(const char *szTrimChars=" \f\n\r\t\v")ezStringView
Trim(const char *szTrimCharsStart, const char *szTrimCharsEnd)ezStringView
TrimWordEnd(ezStringView sWord)ezStringView
TrimWordStart(ezStringView sWord)ezStringView