Clear() | ezHybridStringBase< Size > | |
Compare(ezStringView sOther) const | ezStringBase< ezHybridStringBase< Size > > | |
Compare_NoCase(ezStringView sOther) const | ezStringBase< ezHybridStringBase< Size > > | |
CompareN(ezStringView sOther, ezUInt32 uiCharsToCompare) const | ezStringBase< ezHybridStringBase< Size > > | |
CompareN_NoCase(ezStringView sOther, ezUInt32 uiCharsToCompare) const | ezStringBase< ezHybridStringBase< Size > > | |
ComputeCharacterPosition(ezUInt32 uiCharacterIndex) const | ezStringBase< ezHybridStringBase< Size > > | |
const_iterator typedef (defined in ezStringBase< ezHybridStringBase< Size > >) | ezStringBase< ezHybridStringBase< Size > > | |
const_reverse_iterator typedef (defined in ezStringBase< ezHybridStringBase< Size > >) | ezStringBase< ezHybridStringBase< Size > > | |
EndsWith(ezStringView sEndsWith) const | ezStringBase< ezHybridStringBase< Size > > | |
EndsWith_NoCase(ezStringView sEndsWith) const | ezStringBase< ezHybridStringBase< Size > > | |
ezHybridStringBase(ezAllocator *pAllocator) | ezHybridStringBase< Size > | protected |
ezHybridStringBase(const ezHybridStringBase &rhs, ezAllocator *pAllocator) | ezHybridStringBase< Size > | protected |
ezHybridStringBase(ezHybridStringBase &&rhs, ezAllocator *pAllocator) | ezHybridStringBase< Size > | protected |
ezHybridStringBase(const char *rhs, ezAllocator *pAllocator) | ezHybridStringBase< Size > | protected |
ezHybridStringBase(const wchar_t *rhs, ezAllocator *pAllocator) | ezHybridStringBase< Size > | protected |
ezHybridStringBase(const ezStringView &rhs, ezAllocator *pAllocator) | ezHybridStringBase< Size > | protected |
ezHybridStringBase(const ezStringBuilder &rhs, ezAllocator *pAllocator) | ezHybridStringBase< Size > | protected |
ezHybridStringBase(ezStringBuilder &&rhs, ezAllocator *pAllocator) | ezHybridStringBase< Size > | protected |
ezStringBuilder (defined in ezHybridStringBase< Size >) | ezHybridStringBase< Size > | friend |
FindLastSubString(ezStringView sStringToFind, const char *szStartSearchAt=nullptr) const | ezStringBase< ezHybridStringBase< Size > > | inline |
FindLastSubString_NoCase(ezStringView sStringToFind, const char *szStartSearchAt=nullptr) const | ezStringBase< ezHybridStringBase< Size > > | inline |
FindSubString(ezStringView sStringToFind, const char *szStartSearchAt=nullptr) const | ezStringBase< ezHybridStringBase< Size > > | |
FindSubString_NoCase(ezStringView sStringToFind, const char *szStartSearchAt=nullptr) const | ezStringBase< ezHybridStringBase< Size > > | |
FindWholeWord(const char *szSearchFor, ezStringUtils::EZ_CHARACTER_FILTER isDelimiterCB, const char *szStartSearchAt=nullptr) const | ezStringBase< ezHybridStringBase< Size > > | inline |
FindWholeWord_NoCase(const char *szSearchFor, ezStringUtils::EZ_CHARACTER_FILTER isDelimiterCB, const char *szStartSearchAt=nullptr) const | ezStringBase< ezHybridStringBase< Size > > | inline |
GetCharacterCount() const | ezHybridStringBase< Size > | |
GetData() const | ezHybridStringBase< Size > | |
GetElementCount() const | ezHybridStringBase< Size > | |
GetFileDirectory() const | ezStringBase< ezHybridStringBase< Size > > | |
GetFileExtension(bool bFullExtension=false) const | ezStringBase< ezHybridStringBase< Size > > | |
GetFileName() const | ezStringBase< ezHybridStringBase< Size > > | |
GetFileNameAndExtension() const | ezStringBase< ezHybridStringBase< Size > > | |
GetFirst(ezUInt32 uiNumCharacters) const | ezHybridStringBase< Size > | |
GetHeapMemoryUsage() const | ezHybridStringBase< Size > | inline |
GetIteratorBack() const | ezStringBase< ezHybridStringBase< Size > > | |
GetIteratorFront() const | ezStringBase< ezHybridStringBase< Size > > | |
GetLast(ezUInt32 uiNumCharacters) const | ezHybridStringBase< Size > | |
GetRootedPathRootName() const | ezStringBase< ezHybridStringBase< Size > > | |
GetSubString(ezUInt32 uiFirstCharacter, ezUInt32 uiNumCharacters) const | ezHybridStringBase< Size > | |
GetView() const | ezStringBase< ezHybridStringBase< Size > > | |
HasAnyExtension() const | ezStringBase< ezHybridStringBase< Size > > | |
HasExtension(ezStringView sExtension) const | ezStringBase< ezHybridStringBase< Size > > | |
IsAbsolutePath() const | ezStringBase< ezHybridStringBase< Size > > | |
IsEmpty() const | ezStringBase< ezHybridStringBase< Size > > | |
IsEqual(ezStringView sOther) const | ezStringBase< ezHybridStringBase< Size > > | |
IsEqual_NoCase(ezStringView sOther) const | ezStringBase< ezHybridStringBase< Size > > | |
IsEqualN(ezStringView sOther, ezUInt32 uiCharsToCompare) const | ezStringBase< ezHybridStringBase< Size > > | |
IsEqualN_NoCase(ezStringView sOther, ezUInt32 uiCharsToCompare) const | ezStringBase< ezHybridStringBase< Size > > | |
IsRelativePath() const | ezStringBase< ezHybridStringBase< Size > > | |
IsRootedPath() const | ezStringBase< ezHybridStringBase< Size > > | |
iterator typedef (defined in ezStringBase< ezHybridStringBase< Size > >) | ezStringBase< ezHybridStringBase< Size > > | |
operator const char *() const | ezStringBase< ezHybridStringBase< Size > > | inline |
operator ezStringView() const | ezStringBase< ezHybridStringBase< Size > > | |
operator=(const ezHybridStringBase &rhs) | ezHybridStringBase< Size > | protected |
operator=(ezHybridStringBase &&rhs) | ezHybridStringBase< Size > | protected |
operator=(const char *rhs) | ezHybridStringBase< Size > | protected |
operator=(const wchar_t *rhs) | ezHybridStringBase< Size > | protected |
operator=(const ezStringView &rhs) | ezHybridStringBase< Size > | protected |
operator=(const ezStringBuilder &rhs) | ezHybridStringBase< Size > | protected |
operator=(ezStringBuilder &&rhs) | ezHybridStringBase< Size > | protected |
ReadAll(ezStreamReader &inout_stream) | ezHybridStringBase< Size > | |
reverse_iterator typedef (defined in ezStringBase< ezHybridStringBase< Size > >) | ezStringBase< ezHybridStringBase< Size > > | |
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< ezHybridStringBase< Size > > | |
StartsWith(ezStringView sStartsWith) const | ezStringBase< ezHybridStringBase< Size > > | |
StartsWith_NoCase(ezStringView sStartsWith) const | ezStringBase< ezHybridStringBase< Size > > | |
~ezHybridStringBase() | ezHybridStringBase< Size > | protected |