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