![]() |
ezEngine Release 25.08
|
This is the complete list of members for ezStringView, including all inherited members.
| ChopAwayFirstCharacterAscii() | ezStringView | |
| ChopAwayFirstCharacterUtf8() | ezStringView | |
| Compare(ezStringView sOther) const | ezStringView | |
| Compare_NoCase(ezStringView sOther) const | ezStringView | |
| CompareN(ezStringView sOther, ezUInt32 uiCharsToCompare) const | ezStringView | |
| CompareN_NoCase(ezStringView sOther, ezUInt32 uiCharsToCompare) const | ezStringView | |
| ComputeCharacterPosition(ezUInt32 uiCharacterIndex) const | ezStringView | |
| const_iterator typedef (defined in ezStringView) | ezStringView | |
| const_reverse_iterator typedef (defined in ezStringView) | ezStringView | |
| EndsWith(ezStringView sEndsWith) const | ezStringView | |
| EndsWith_NoCase(ezStringView sEndsWith) const | ezStringView | |
| 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) const | ezStringView | |
| FindLastSubString_NoCase(ezStringView sStringToFind, const char *szStartSearchAt=nullptr) const | ezStringView | |
| FindSubString(ezStringView sStringToFind, const char *szStartSearchAt=nullptr) const | ezStringView | |
| FindSubString_NoCase(ezStringView sStringToFind, const char *szStartSearchAt=nullptr) const | ezStringView | |
| FindWholeWord(const char *szSearchFor, ezStringUtils::EZ_CHARACTER_FILTER isDelimiterCB, const char *szStartSearchAt=nullptr) const | ezStringView | |
| FindWholeWord_NoCase(const char *szSearchFor, ezStringUtils::EZ_CHARACTER_FILTER isDelimiterCB, const char *szStartSearchAt=nullptr) const | ezStringView | |
| GetCharacter() const | ezStringView | |
| GetData(ezStringBuilder &ref_sTempStorage) const | ezStringView | |
| GetElementCount() const | ezStringView | inline |
| GetEndPointer() const | ezStringView | inline |
| GetFileDirectory() const | ezStringView | |
| GetFileExtension(bool bFullExtension=false) const | ezStringView | |
| GetFileName() const | ezStringView | |
| GetFileNameAndExtension() const | ezStringView | |
| GetIteratorBack() const | ezStringView | |
| GetIteratorFront() const | ezStringView | |
| GetRootedPathRootName() const | ezStringView | |
| GetShrunk(ezUInt32 uiShrinkCharsFront, ezUInt32 uiShrinkCharsBack=0) const | ezStringView | |
| GetStartPointer() const | ezStringView | inline |
| GetSubString(ezUInt32 uiFirstCharacter, ezUInt32 uiNumCharacters) const | ezStringView | |
| HasAnyExtension() const | ezStringView | |
| HasExtension(ezStringView sExtension) const | ezStringView | |
| IsAbsolutePath() const | ezStringView | |
| IsEmpty() const | ezStringView | |
| IsEqual(ezStringView sOther) const | ezStringView | |
| IsEqual_NoCase(ezStringView sOther) const | ezStringView | |
| IsEqualN(ezStringView sOther, ezUInt32 uiCharsToCompare) const | ezStringView | |
| IsEqualN_NoCase(ezStringView sOther, ezUInt32 uiCharsToCompare) const | ezStringView | |
| IsRelativePath() const | ezStringView | |
| IsRootedPath() const | ezStringView | |
| IsValid() const | ezStringView | |
| iterator typedef (defined in ezStringView) | ezStringView | |
| operator++() | ezStringView | inline |
| operator+=(ezUInt32 d) | ezStringView | inline |
| 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) const | ezStringView | |
| StartsWith(ezStringView sStartsWith) const | ezStringView | |
| StartsWith_NoCase(ezStringView sStartsWith) const | ezStringView | |
| 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 |